base-specs/dbus-python.spec
changeset 11139 da1e04fe9b25
parent 10635 ea9c5ea506dd
child 11160 70aa9f59b0fb
--- a/base-specs/dbus-python.spec	Wed Nov 07 12:57:34 2007 +0000
+++ b/base-specs/dbus-python.spec	Wed Nov 07 13:26:10 2007 +0000
@@ -51,7 +51,7 @@
 aclocal $ACLOCAL_FLAGS -I ./m4
 autoconf
 automake -a -c -f
-export CFLAGS="%optflags"
+export CFLAGS="%optflags -D_REENTRANT"
 export LDFLAGS="%_ldflags"
 ./configure --prefix=%{_prefix}			\
             --includedir=%{_includedir}		\
@@ -103,6 +103,9 @@
 %{_libdir}/python?.?/vendor-packages/*
 
 %changelog
+* Wed Nov 7 2007 - [email protected]
+- Add -D_REENTRANT. It was removed from SUNW spec file on Sep 28.
+  See bugster 6615221
 * Wed Oct 10 2007 - [email protected]
 - Don't delete *.pyc files - they are needed.
 * Fri Sep 28 2007 - [email protected]