summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorjlam <jlam>2004-11-26 18:26:01 +0000
committerjlam <jlam>2004-11-26 18:26:01 +0000
commit3b4b2547b7e756a538293b28200266ff14d742f4 (patch)
treefc9934edf1f5f46e9cd0050fd8f4654b656e30cc /security
parent1ed7ab6c892f71563fb84e5d3ae7f559e0ef16f9 (diff)
downloadpkgsrc-3b4b2547b7e756a538293b28200266ff14d742f4.tar.gz
Auto-add the options for dlopen() since we're only building a single
application.
Diffstat (limited to 'security')
-rw-r--r--security/sudo/options.mk4
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