summaryrefslogtreecommitdiff
path: root/databases/nss_ldap/Makefile
diff options
context:
space:
mode:
authormanu <manu>2012-01-09 05:16:29 +0000
committermanu <manu>2012-01-09 05:16:29 +0000
commitfd5d053eaf51c66d288cf91e4a774e20bb808ee8 (patch)
treef3bb4413ce08120512d685892e70513356c9996f /databases/nss_ldap/Makefile
parent482dca022a1414058ec4d33cee4e6d782a19fc2e (diff)
downloadpkgsrc-fd5d053eaf51c66d288cf91e4a774e20bb808ee8.tar.gz
Make Kerberos support optionnal and enabled by default in nss_ldap. It
is useful to disable it if OpenLDAP was linked with pkgsrc's OpenSSL, since nss_ldap will pull the base system OpenSSL dependency through Kerberos libraries, leading to crashes because of multiple incomaptible libcrypto linked.
Diffstat (limited to 'databases/nss_ldap/Makefile')
-rw-r--r--databases/nss_ldap/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/databases/nss_ldap/Makefile b/databases/nss_ldap/Makefile
index 5e517d2e088..df42f586c3a 100644
--- a/databases/nss_ldap/Makefile
+++ b/databases/nss_ldap/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.23 2010/11/03 11:39:07 adam Exp $
+# $NetBSD: Makefile,v 1.24 2012/01/09 05:16:29 manu Exp $
DISTNAME= nss_ldap-265
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= databases
MASTER_SITES= http://www.padl.com/download/
@@ -35,5 +35,7 @@ pre-build:
${CP} ${FILESDIR}/netbsd.c ${FILESDIR}/netbsd.h ${WRKSRC}
${LN} -fs /usr/include/nsswitch.h ${BUILDLINK_DIR}/include/nss.h
+.include "options.mk"
+
.include "../../databases/openldap-client/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"