RPM Package Manager, CVS Repository
http://rpm5.org/cvs/
____________________________________________________________________________
Server: rpm5.org Name: Ralf S. Engelschall
Root: /v/rpm/cvs Email: rse@rpm5.org
Module: rpm Date: 25-Jun-2007 08:39:22
Branch: HEAD Handle: 2007062507392100
Modified files:
rpm configure.ac
Log:
remember that _GNU_SOURCE is a glibc thing and _REENTRANT is also not
really a standard thing although it is used by Linux, Solaris and a
few others
Summary:
Revision Changes Path
2.120 +3 -0 rpm/configure.ac
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: rpm/configure.ac
============================================================================
$ cvs diff -u -r2.119 -r2.120 configure.ac
--- rpm/configure.ac 25 Jun 2007 06:37:12 -0000 2.119
+++ rpm/configure.ac 25 Jun 2007 06:39:21 -0000 2.120
@@ -89,6 +89,9 @@
fi
fi
])
+
+dnl # FIXME: partly Linux-specific only!?
+dnl # (but at least it usually doesn't harm on other platforms)
CFLAGS="$CFLAGS -D_GNU_SOURCE -D_REENTRANT"
dnl # support static linking of RPM via GNU libtool
@@ .
Received on Mon Jun 25 08:39:22 2007