[Pkg-openldap-devel] r1215 - openldap/trunk/debian

vorlon at alioth.debian.org vorlon at alioth.debian.org
Tue Feb 24 23:25:41 UTC 2009


Author: vorlon
Date: 2009-02-24 23:25:41 +0000 (Tue, 24 Feb 2009)
New Revision: 1215

Modified:
   openldap/trunk/debian/changelog
   openldap/trunk/debian/rules
Log:
Add -D_GNU_SOURCE to CFLAGS, apparently required for building with
current headers in unstable

Modified: openldap/trunk/debian/changelog
===================================================================
--- openldap/trunk/debian/changelog	2009-02-24 23:24:45 UTC (rev 1214)
+++ openldap/trunk/debian/changelog	2009-02-24 23:25:41 UTC (rev 1215)
@@ -10,6 +10,8 @@
   * Build against db4.7 instead of db4.2 at last!  Closes: #421946.
   * Build with --disable-ndb, to avoid a misbuild when libmysqlclient is
     installed in the build environment.
+  * Add -D_GNU_SOURCE to CFLAGS, apparently required for building with
+    current headers in unstable
 
  -- Steve Langasek <vorlon at debian.org>  Tue, 24 Feb 2009 14:27:35 -0800
 

Modified: openldap/trunk/debian/rules
===================================================================
--- openldap/trunk/debian/rules	2009-02-24 23:24:45 UTC (rev 1214)
+++ openldap/trunk/debian/rules	2009-02-24 23:25:41 UTC (rev 1215)
@@ -6,7 +6,7 @@
 # want the checks for DFSG-freeness.
 #DFSG_NONFREE = 1
 
-CFLAGS = -Wall -g -D_FILE_OFFSET_BITS=64
+CFLAGS = -Wall -g -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE
 INSTALL = install
 INSTALL_FILE    = $(INSTALL) -p    -o root -g root  -m  644
 INSTALL_PROGRAM = $(INSTALL) -p    -o root -g root  -m  755




More information about the Pkg-openldap-devel mailing list