SPECS: openldap.spec - CFLAGS + -D_GNU_SOURCE

areq areq at pld-linux.org
Fri May 2 02:19:17 CEST 2008


Author: areq                         Date: Fri May  2 00:19:17 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- CFLAGS + -D_GNU_SOURCE

---- Files affected:
SPECS:
   openldap.spec (1.283 -> 1.284) 

---- Diffs:

================================================================
Index: SPECS/openldap.spec
diff -u SPECS/openldap.spec:1.283 SPECS/openldap.spec:1.284
--- SPECS/openldap.spec:1.283	Sat Apr  5 13:16:49 2008
+++ SPECS/openldap.spec	Fri May  2 02:19:12 2008
@@ -893,7 +893,7 @@
 cd %{name}-%{version}
 
 CPPFLAGS="%{!?with_system_db:-I${dbdir}/include -D__lock_getlocker=__lock_getlocker_openldap }-I/usr/include/ncurses"
-CFLAGS="%{rpmcflags} $CPPFLAGS -D_REENTRANT -fPIC"
+CFLAGS="%{rpmcflags} $CPPFLAGS -D_REENTRANT -fPIC -D_GNU_SOURCE"
 CXXFLAGS="%{rpmcflags} $CPPFLAGS -D_REENTRANT -fPIC"
 LDFLAGS="%{rpmcflags} %{rpmldflags}%{!?with_system_db: -L${dbdir}/%{_lib}}"
 export CFLAGS CPPFLAGS CXXFLAGS LDFLAGS
@@ -1617,6 +1617,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.284  2008-05-02 00:19:12  areq
+- CFLAGS + -D_GNU_SOURCE
+
 Revision 1.283  2008-04-05 11:16:49  qrczak
 - libtoolize is enough, no need to rm ltmain.sh.
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/openldap.spec?r1=1.283&r2=1.284&f=u



More information about the pld-cvs-commit mailing list