rpms/xorg-x11-server/devel xorg-x11-server.spec,1.330,1.331

Adam Tkac (atkac) fedora-extras-commits at redhat.com
Wed Jul 2 14:56:11 UTC 2008


Author: atkac

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

Modified Files:
	xorg-x11-server.spec 
Log Message:
- build with -rdynamic to make dri_swrast happy



Index: xorg-x11-server.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-server/devel/xorg-x11-server.spec,v
retrieving revision 1.330
retrieving revision 1.331
diff -u -r1.330 -r1.331
--- xorg-x11-server.spec	2 Jul 2008 12:36:39 -0000	1.330
+++ xorg-x11-server.spec	2 Jul 2008 14:55:16 -0000	1.331
@@ -20,7 +20,7 @@
 Summary:   X.Org X11 X server
 Name:      xorg-x11-server
 Version:   1.4.99.905
-Release:   1.%{gitdate}%{?dist}
+Release:   2.%{gitdate}%{?dist}
 URL:       http://www.x.org
 License:   MIT
 Group:     User Interface/X
@@ -303,7 +303,7 @@
 # --with-rgb-path should be superfluous now ?
 # --with-pie ?
 autoreconf -v --install || exit 1
-export CFLAGS="${RPM_OPT_FLAGS} -Wstrict-overflow $CFLAGS"
+export CFLAGS="${RPM_OPT_FLAGS} -Wstrict-overflow -rdynamic $CFLAGS"
 %configure --enable-maintainer-mode %{xservers} \
 	--disable-static \
 	--with-pic \
@@ -515,6 +515,9 @@
 
 
 %changelog
+* Wed Jul 02 2008 Adam Tkac <atkac redhat com> 1.4.99.905-2.20080701
+- build with -rdynamic to make dri_swrast happy
+
 * Mon Jun 30 2008 Adam Jackson <ajax at redhat.com> 1.4.99.905-1.20080701
 - 1.5RC5.
 




More information about the fedora-extras-commits mailing list