pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/sudo The LDAP feature of sudo now also needs ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1cd2f48ad2d6
branches:  trunk
changeset: 554442:1cd2f48ad2d6
user:      tonnerre <tonnerre%pkgsrc.org@localhost>
date:      Sat Feb 14 19:30:33 2009 +0000

description:
The LDAP feature of sudo now also needs the SASL libraries to compile.

diffstat:

 security/sudo/options.mk |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r a564d0b98f8c -r 1cd2f48ad2d6 security/sudo/options.mk
--- a/security/sudo/options.mk  Sat Feb 14 19:17:50 2009 +0000
+++ b/security/sudo/options.mk  Sat Feb 14 19:30:33 2009 +0000
@@ -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 @@
 
 .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



Home | Main Index | Thread Index | Old Index