base-specs/dbus-glib.spec
branchgnome-2-20
changeset 10738 d3641c44df15
parent 10572 8cdee8cd9c9c
--- a/base-specs/dbus-glib.spec	Wed Nov 07 15:31:21 2007 +0000
+++ b/base-specs/dbus-glib.spec	Wed Nov 07 16:14:14 2007 +0000
@@ -63,7 +63,7 @@
 aclocal $ACLOCAL_FLAGS
 autoconf
 automake -a -c -f
-export CFLAGS="%optflags -I/usr/sfw/include"
+export CFLAGS="%optflags -D_REENTRANT -I/usr/sfw/include"
 export LDFLAGS="%_ldflags -L/usr/sfw/lib -R/usr/sfw/lib"
 ./configure --prefix=%{_prefix}			\
             --includedir=%{_includedir}		\
@@ -114,6 +114,9 @@
 %{_libdir}/python?.?/vendor-packages/*
 
 %changelog
+* Wed Nov 07 2007 - [email protected]
+- Add -D_REENTRANT to CFLAGS. It was removed during conversion to new style
+  multi-ISA build. Fixes 6615221.
 * Fri Sep 28 2007 - [email protected]
 - convert to new style multi-ISA build
 * Mon Aug 06 2007 - [email protected]