pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/openldap Use the correct configure option fo...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1aeb714dd8f7
branches:  trunk
changeset: 478479:1aeb714dd8f7
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Sat Jul 24 14:20:07 2004 +0000

description:
Use the correct configure option for cyrus-sasl, and correct the path to
the cyrus-sasl2/buildlink3.mk file.

diffstat:

 databases/openldap/Makefile.options |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (27 lines):

diff -r 820dbfa0d1d9 -r 1aeb714dd8f7 databases/openldap/Makefile.options
--- a/databases/openldap/Makefile.options       Sat Jul 24 14:01:20 2004 +0000
+++ b/databases/openldap/Makefile.options       Sat Jul 24 14:20:07 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.options,v 1.1 2004/07/24 03:32:24 jlam Exp $
+# $NetBSD: Makefile.options,v 1.2 2004/07/24 14:20:07 jlam Exp $
 #
 # OPENLDAP_ALL_OPTIONS lists all of the currently-supported optional modules
 # that *may* be built.
@@ -52,13 +52,13 @@
 .if !empty(_OPENLDAP_OPTIONS:Msasl)
 .  if !defined(USE_SASL2) && !defined(USE_SASL)
 .    include "../../security/cyrus-sasl/buildlink3.mk"
-CONFIGURE_ARGS+=       --with-sasl2=${BUILDLINK_PREFIX.cyrus-sasl}
+CONFIGURE_ARGS+=       --with-cyrus-sasl=${BUILDLINK_PREFIX.cyrus-sasl}
 .  elif defined(USE_SASL2) && !empty(USE_SASL2:M[yY][eE][sS])
-.    include "../../security/cyrus-sasl/buildlink3.mk"
-CONFIGURE_ARGS+=       --with-sasl2=${BUILDLINK_PREFIX.cyrus-sasl}
+.    include "../../security/cyrus-sasl2/buildlink3.mk"
+CONFIGURE_ARGS+=       --with-cyrus-sasl=${BUILDLINK_PREFIX.cyrus-sasl}
 .  elif defined(USE_SASL) && !empty(USE_SASL:M[yY][eE][sS])
 .    include "../../security/cyrus-sasl/buildlink3.mk"
-CONFIGURE_ARGS+=       --with-sasl2=${BUILDLINK_PREFIX.cyrus-sasl}
+CONFIGURE_ARGS+=       --with-cyrus-sasl=${BUILDLINK_PREFIX.cyrus-sasl}
 .  endif
 .endif
 



Home | Main Index | Thread Index | Old Index