summaryrefslogtreecommitdiff
path: root/security/sudo
diff options
context:
space:
mode:
authortonnerre <tonnerre>2009-02-14 19:30:33 +0000
committertonnerre <tonnerre>2009-02-14 19:30:33 +0000
commitfcbf2a297a4f1c83f0799114886b3398acc87191 (patch)
tree3f975fc14e843c623d27449b9df3195f28b3530b /security/sudo
parent2901772e5e9424beb400376582f6581c682b0d87 (diff)
downloadpkgsrc-fcbf2a297a4f1c83f0799114886b3398acc87191.tar.gz
The LDAP feature of sudo now also needs the SASL libraries to compile.
Diffstat (limited to 'security/sudo')
-rw-r--r--security/sudo/options.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/sudo/options.mk b/security/sudo/options.mk
index 252bce3ca23..b5224c73bc0 100644
--- a/security/sudo/options.mk
+++ b/security/sudo/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.16 2009/02/05 13:48:12 taca Exp $
+# $NetBSD: options.mk,v 1.17 2009/02/14 19:30:33 tonnerre Exp $
#
PKG_OPTIONS_VAR= PKG_OPTIONS.sudo
@@ -30,6 +30,7 @@ CONFIGURE_ARGS+= --without-kerb5
.if !empty(PKG_OPTIONS:Mldap)
. include "../../databases/openldap-client/buildlink3.mk"
+. include "../../security/cyrus-sasl/buildlink3.mk"
DL_AUTO_VARS= yes
CONFIGURE_ARGS+= --with-ldap=${BUILDLINK_PREFIX.openldap-client}
CONFIGURE_ARGS+= --with-ldap-conf-file=${PKG_SYSCONFDIR}/ldap.conf