]> git.pld-linux.org Git - packages/devfsd.git/commitdiff
use CEXTRAS not CFLAGS to pass optimizations flags
authorArtur Frysiak <artur@frysiak.net>
Wed, 10 Oct 2001 14:06:05 +0000 (14:06 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    devfsd.spec -> 1.25

devfsd.spec

index 4c78cd3b1ad44aa7e18a03af643542c2d0845af6..fcf5be63ea160cbbc6c0d99db4efbd82b17d7996 100644 (file)
@@ -64,7 +64,7 @@ urz
 %setup  -q -n devfsd
 
 %build
-%{__make} CFLAGS="%{rpmcflags} -I."
+%{__make} CEXTRAS="%{rpmcflags} -I."
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.061942 seconds and 4 git commands to generate.