pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/sudo Auto-add the options for dlopen() since ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f71361577943
branches:  trunk
changeset: 484257:f71361577943
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Fri Nov 26 18:26:01 2004 +0000

description:
Auto-add the options for dlopen() since we're only building a single
application.

diffstat:

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

diffs (23 lines):

diff -r 575eff9472de -r f71361577943 security/sudo/options.mk
--- a/security/sudo/options.mk  Fri Nov 26 18:09:04 2004 +0000
+++ b/security/sudo/options.mk  Fri Nov 26 18:26:01 2004 +0000
@@ -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 @@
 
 .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



Home | Main Index | Thread Index | Old Index