rpms/ltrace/devel ltrace.spec,1.30,1.31

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Apr 24 11:32:45 UTC 2006


Author: pmachata

Update of /cvs/dist/rpms/ltrace/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv17568

Modified Files:
	ltrace.spec 
Log Message:
- re-enabling gcc compilation command adjustment



Index: ltrace.spec
===================================================================
RCS file: /cvs/dist/rpms/ltrace/devel/ltrace.spec,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ltrace.spec	24 Apr 2006 10:24:21 -0000	1.30
+++ ltrace.spec	24 Apr 2006 11:32:26 -0000	1.31
@@ -31,9 +31,8 @@
 sed -i -e 's/-o root -g root//' Makefile.in
 
 %build
-#export CC="gcc`echo $RPM_OPT_FLAGS | sed -n 's/^.*\(-m[36][124]\).*$/ \1/p'`"
-%configure
-#CC="$CC"
+export CC="gcc`echo $RPM_OPT_FLAGS | sed -n 's/^.*\(-m[36][124]\).*$/ \1/p'`"
+%configure CC="$CC"
 make
 
 %install




More information about the fedora-cvs-commits mailing list