rpms/kernel/F-12 kernel.spec,1.1813,1.1814

Kyle McMartin kyle at fedoraproject.org
Thu Sep 17 16:15:38 UTC 2009


Author: kyle

Update of /cvs/pkgs/rpms/kernel/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12427

Modified Files:
	kernel.spec 
Log Message:
fix -fno-var-tracking-assignments fix to be call cc-option'd


Index: kernel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-12/kernel.spec,v
retrieving revision 1.1813
retrieving revision 1.1814
diff -u -p -r1.1813 -r1.1814
--- kernel.spec	17 Sep 2009 16:01:20 -0000	1.1813
+++ kernel.spec	17 Sep 2009 16:15:37 -0000	1.1814
@@ -1503,7 +1503,7 @@ BuildKernel() {
 
     cat >> Makefile <<\EOF
 # XXX temp workaround for https://bugzilla.redhat.com/show_bug.cgi?id=521991
-KBUILD_CFLAGS += -fno-var-tracking-assignments
+KBUILD_CFLAGS += $(call cc-option,-fno-var-tracking-assignments)
 EOF
 
     # if pre-rc1 devel kernel, must fix up SUBLEVEL for our versioning scheme




More information about the fedora-extras-commits mailing list