]> git.pld-linux.org Git - packages/figlet.git/blobdiff - figlet.spec
- use proper CC.
[packages/figlet.git] / figlet.spec
index 79e2bfb100b923b91f2c6c1b8ed86ca72d809287..780789fbd386a8e4b6282b5377db57481cfe4fd2 100644 (file)
@@ -26,8 +26,9 @@ podpis
 %patch -p1
 
 %build
-CFLAGS="%{rpmcflags}" \
-%{__make}
+%{__make} \
+       CC=%{__cc} \
+       CFLAGS="%{rpmcflags}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.031165 seconds and 4 git commands to generate.