diff options
Diffstat (limited to 'databases/openldap')
-rw-r--r-- | databases/openldap/Makefile.common | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/openldap/Makefile.common b/databases/openldap/Makefile.common index 7a0d1666c50..9cadbf9fa25 100644 --- a/databases/openldap/Makefile.common +++ b/databases/openldap/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.21 2009/04/27 07:15:43 ghen Exp $ +# $NetBSD: Makefile.common,v 1.22 2009/07/21 10:37:11 tnn Exp $ # please stick to the "stable" releases as much as possible! DISTNAME= openldap-2.4.16 @@ -61,6 +61,7 @@ SUBST_MESSAGE.conflict= Fixing conflicting function prototypes. .endif CPPFLAGS.Darwin+= -DBIND_8_COMPAT +CPPFLAGS.Linux+= -D_GNU_SOURCE CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q} CONFIGURE_ARGS+= --localstatedir=${OPENLDAP_VARDIR:Q} |