]> git.pld-linux.org Git - packages/figlet.git/commitdiff
- use proper CC. RA-1_0 STABLE figlet-2_2-3
authorkloczek <kloczek@pld-linux.org>
Sun, 2 Jun 2002 06:38:14 +0000 (06:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    figlet.spec -> 1.19

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.100719 seconds and 4 git commands to generate.