From: Michael Tremer Date: Mon, 6 Aug 2012 20:00:10 +0000 (+0200) Subject: openldap: Fix compilation with newer glibc. X-Git-Tag: v2.13-beta1~307^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2dda66c97dcfcbdef7b2afd83e7b6f80e1316c86;p=ipfire-2.x.git openldap: Fix compilation with newer glibc. --- diff --git a/lfs/openldap b/lfs/openldap index 9771ae4410..aca5ed75d5 100644 --- a/lfs/openldap +++ b/lfs/openldap @@ -36,6 +36,8 @@ PAK_VER = 2 DEPS = "" +export CPPFLAGS = -D_GNU_SOURCE + ############################################################################### # Top-level Rules ###############################################################################