rpms/xorg-x11-server/devel xorg-x11-server.spec,1.326,1.327

Soren Sandmann Pedersen (ssp) fedora-extras-commits at redhat.com
Tue Apr 29 03:29:19 UTC 2008


Author: ssp

Update of /cvs/pkgs/rpms/xorg-x11-server/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12740

Modified Files:
	xorg-x11-server.spec 
Log Message:
Preserve user set CFLAGS


Index: xorg-x11-server.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-server/devel/xorg-x11-server.spec,v
retrieving revision 1.326
retrieving revision 1.327
diff -u -r1.326 -r1.327
--- xorg-x11-server.spec	15 Apr 2008 02:20:52 -0000	1.326
+++ xorg-x11-server.spec	29 Apr 2008 03:28:43 -0000	1.327
@@ -298,7 +298,7 @@
 # --with-rgb-path should be superfluous now ?
 # --with-pie ?
 autoreconf -v --install || exit 1
-export CFLAGS="${RPM_OPT_FLAGS} -Wstrict-overflow"
+export CFLAGS="${RPM_OPT_FLAGS} -Wstrict-overflow $CFLAGS"
 %configure --enable-maintainer-mode %{xservers} \
 	--disable-static \
 	--with-pic \
@@ -513,6 +513,9 @@
 
 
 %changelog
+* Mon Apr 28 2008 Soren Sandmann <sandmann at redhat.com>
+- Preserve user's CFLAGS
+
 * Tue Apr 15 2008 Dave Airlie <airlied at redhat.com> 1.4.99.901-22.20080415
 - rebase to upstream server 1.5 branch from today - drop acr quirk
 




More information about the fedora-extras-commits mailing list