]> git.pld-linux.org Git - packages/geekcode.git/commitdiff
- fix passing CFLAGS
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 9 Feb 2003 23:06:39 +0000 (23:06 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    geekcode.spec -> 1.2

geekcode.spec

index 038ee5a474a966f5b2882bb7f0345076261a87e6..34f856fe496c60c8828dffcc36d00c73ddec4c32 100644 (file)
@@ -21,7 +21,7 @@ kod
 %setup -q
 
 %build
-%{__make} CFLAGS=%{rpmcflags}
+%{__make} CFLAGS="%{rpmcflags}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.122745 seconds and 4 git commands to generate.