pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/apr The common global option for LDAP support is...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7a067ec89dae
branches:  trunk
changeset: 483887:7a067ec89dae
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Sun Nov 21 07:57:38 2004 +0000

description:
The common global option for LDAP support is "ldap".

diffstat:

 devel/apr/options.mk |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (32 lines):

diff -r 6054a2a6063f -r 7a067ec89dae devel/apr/options.mk
--- a/devel/apr/options.mk      Sun Nov 21 05:31:03 2004 +0000
+++ b/devel/apr/options.mk      Sun Nov 21 07:57:38 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.2 2004/11/17 19:33:11 xtraeme Exp $
+# $NetBSD: options.mk,v 1.3 2004/11/21 07:57:38 jlam Exp $
 #
 # XXX Support for the following variables will be removed after the
 # XXX pkgsrc-2004Q4 branch is released:
@@ -11,11 +11,11 @@
 .endif
 
 .if defined(APR_USE_OPENLDAP) && !empty(APR_USE_OPENLDAP:M[Yy][Ee][Ss])
-PKG_DEFAULT_OPTIONS+=  openldap
+PKG_DEFAULT_OPTIONS+=  ldap
 .endif
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.apr
-PKG_SUPPORTED_OPTIONS= db4 openldap
+PKG_SUPPORTED_OPTIONS= db4 ldap
 
 .include "../../mk/bsd.options.mk"
 
@@ -27,7 +27,7 @@
 APU_CONFIGURE_ARGS+=   --with-dbm=sdbm
 .endif
 
-.if !empty(PKG_OPTIONS:Mopenldap)
+.if !empty(PKG_OPTIONS:Mldap)
 APU_CONFIGURE_ARGS+=   --with-ldap
 APR_CONFIGURE_ARGS+=   --with-ldap
 .  include "../../databases/openldap/buildlink3.mk"



Home | Main Index | Thread Index | Old Index