rpms/systemtap/devel systemtap.spec,1.29,1.30

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Mar 26 17:24:38 UTC 2007


Author: fche

Update of /cvs/dist/rpms/systemtap/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv14521

Modified Files:
	systemtap.spec 
Log Message:
* work around -Werror vs. fc7 rpm build flags



Index: systemtap.spec
===================================================================
RCS file: /cvs/dist/rpms/systemtap/devel/systemtap.spec,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- systemtap.spec	26 Mar 2007 16:09:36 -0000	1.29
+++ systemtap.spec	26 Mar 2007 17:24:31 -0000	1.30
@@ -103,7 +103,7 @@
 %endif
 
 %configure %{?elfutils_config}
-make %{?_smp_mflags}
+make %{?_smp_mflags} AM_CFLAGS="-D_GNU_SOURCE -fexceptions -Wall -Wextra"
 
 # Fix paths in the example scripts
 find examples -type f -name '*.stp' -print0 | xargs -0 sed -i -r -e '1s@^#!.+stap@#!%{_bindir}/stap@'




More information about the fedora-cvs-commits mailing list