Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by George Sherwood (0b1b1374484e773507bda5fa7dc55adaec565cf8)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: George Sherwood <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by George Sherwood (0b1b1374484e773507bda5fa7dc55adaec565cf8)
  • Date: Tue, 11 Nov 2008 08:01:12 -0600

GIT changes to master grimoire by George Sherwood <gsherwood AT sourcemage.org>:

collab/openldap/BUILD | 4 ++++
collab/openldap/HISTORY | 4 ++++
2 files changed, 8 insertions(+)

New commits:
commit 0b1b1374484e773507bda5fa7dc55adaec565cf8
Author: George Sherwood <gsherwood AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>

openldap: Fixed bug with glibc 2.8. See
http://www.openldap.org/lists/openldap-bugs/200804/msg00074.html

diff --git a/collab/openldap/BUILD b/collab/openldap/BUILD
index 6bcee0c..b08926f 100755
--- a/collab/openldap/BUILD
+++ b/collab/openldap/BUILD
@@ -1,3 +1,7 @@
+#Fails to build without extra CPPFLAG
+# See http://www.openldap.org/lists/openldap-bugs/200804/msg00074.html
+CPPFLAGS="-D_GNU_SOURCE $CPPFLAGS"
+
OPTS="$OPTS
$OPENLDAP_SLAPD $SLAPD_ACI $SLAPD_DNSSRV $SLAPD_MONITOR
$OPENLDAP_SLURPD
diff --git a/collab/openldap/HISTORY b/collab/openldap/HISTORY
index 54d2def..61aead7 100644
--- a/collab/openldap/HISTORY
+++ b/collab/openldap/HISTORY
@@ -1,3 +1,7 @@
+2008-11-11 George Sherwood <gsherwood AT sourcemage.org>
+ * BUILD: Added -D_GNU_SOURCE to CPPFLAGS for glibc 2.8
+ See http://www.openldap.org/lists/openldap-bugs/200804/msg00074.html
+
2008-10-12 Arjan Bouter <abouter AT sourcemage.org>
* DETAILS: 2.4.12




  • [SM-Commit] GIT changes to master grimoire by George Sherwood (0b1b1374484e773507bda5fa7dc55adaec565cf8), George Sherwood, 11/11/2008

Archive powered by MHonArc 2.6.24.

Top of Page