rpms/xorg-x11/devel xorg-x11.spec,1.231,1.232

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Sep 27 00:29:12 UTC 2005


Author: mharris

Update of /cvs/dist/rpms/xorg-x11/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv23926

Modified Files:
	xorg-x11.spec 
Log Message:
Always pass -fno-stack-protector


Index: xorg-x11.spec
===================================================================
RCS file: /cvs/dist/rpms/xorg-x11/devel/xorg-x11.spec,v
retrieving revision 1.231
retrieving revision 1.232
diff -u -r1.231 -r1.232
--- xorg-x11.spec	26 Sep 2005 23:49:56 -0000	1.231
+++ xorg-x11.spec	27 Sep 2005 00:29:09 -0000	1.232
@@ -1268,7 +1268,7 @@
 # FIXME: Hack to remove -fstack-protector from RPM_OPT_FLAGS, as it causes
 # the generated X server to be unuseable:
 # Symbol __stack_chk_fail from module /usr/X11R6/lib/modules/libxaa.a is unresolved!
-export RPM_OPT_FLAGS=${RPM_OPT_FLAGS//-fstack-protector/-fno-stack-protector}
+export RPM_OPT_FLAGS="${RPM_OPT_FLAGS//-fstack-protector/} -fno-stack-protector"
 
 %if %{with_fortify_source}
 export RPM_OPT_FLAGS="${RPM_OPT_FLAGS} -D_FORTIFY_SOURCE=2"




More information about the fedora-cvs-commits mailing list