diff options
author | jlam <jlam@pkgsrc.org> | 2004-11-26 18:26:01 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-11-26 18:26:01 +0000 |
commit | 21983ee0c4cb6b410696617896d8b8cd547f9551 (patch) | |
tree | fc9934edf1f5f46e9cd0050fd8f4654b656e30cc /security/sudo | |
parent | e8267093141a26f69c9bed37f7e442a1efe38e71 (diff) | |
download | pkgsrc-21983ee0c4cb6b410696617896d8b8cd547f9551.tar.gz |
Auto-add the options for dlopen() since we're only building a single
application.
Diffstat (limited to 'security/sudo')
-rw-r--r-- | security/sudo/options.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/sudo/options.mk b/security/sudo/options.mk index 1d5f2f37d97..d2f59f746ac 100644 --- a/security/sudo/options.mk +++ b/security/sudo/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.3 2004/11/19 23:18:01 jlam Exp $ +# $NetBSD: options.mk,v 1.4 2004/11/26 18:26:01 jlam Exp $ # PKG_OPTIONS_VAR= PKG_OPTIONS.sudo @@ -15,11 +15,13 @@ CONFIGURE_ARGS+= --without-kerb5 .if !empty(PKG_OPTIONS:Mldap) . include "../../databases/openldap/buildlink3.mk" +DL_AUTO_VARS= yes CONFIGURE_ARGS+= --with-ldap=${BUILDLINK_PREFIX.openldap} CONFIGURE_ARGS+= --with-ldap-conf-file=${PKG_SYSCONFDIR}/ldap.conf .endif .if !empty(PKG_OPTIONS:MPAM) . include "../../security/PAM/buildlink3.mk" +DL_AUTO_VARS= yes CONFIGURE_ARGS+= --with-pam .endif |