summaryrefslogtreecommitdiff
path: root/security/sudo
diff options
context:
space:
mode:
authortonnerre <tonnerre@pkgsrc.org>2009-02-14 19:30:33 +0000
committertonnerre <tonnerre@pkgsrc.org>2009-02-14 19:30:33 +0000
commit1d871bb1f4c5e48c733802ea68ac9df77755eb7c (patch)
tree3f975fc14e843c623d27449b9df3195f28b3530b /security/sudo
parent72fdee27eb34ea40edae6fc6cdf53488de9b1fe2 (diff)
downloadpkgsrc-1d871bb1f4c5e48c733802ea68ac9df77755eb7c.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