pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/openldap cyrus-sasl configure option takes n...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/98fcd1065565
branches:  trunk
changeset: 478484:98fcd1065565
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Sat Jul 24 18:37:10 2004 +0000

description:
cyrus-sasl configure option takes no argument.

diffstat:

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

diffs (26 lines):

diff -r 4eaec70839e2 -r 98fcd1065565 databases/openldap/Makefile.options
--- a/databases/openldap/Makefile.options       Sat Jul 24 17:24:29 2004 +0000
+++ b/databases/openldap/Makefile.options       Sat Jul 24 18:37:10 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.options,v 1.3 2004/07/24 14:21:44 jlam Exp $
+# $NetBSD: Makefile.options,v 1.4 2004/07/24 18:37:10 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-sasl2/buildlink3.mk"
-CONFIGURE_ARGS+=       --with-cyrus-sasl=${BUILDLINK_PREFIX.cyrus-sasl}
+CONFIGURE_ARGS+=       --with-cyrus-sasl
 .  elif defined(USE_SASL2) && !empty(USE_SASL2:M[yY][eE][sS])
 .    include "../../security/cyrus-sasl2/buildlink3.mk"
-CONFIGURE_ARGS+=       --with-cyrus-sasl=${BUILDLINK_PREFIX.cyrus-sasl}
+CONFIGURE_ARGS+=       --with-cyrus-sasl
 .  elif defined(USE_SASL) && !empty(USE_SASL:M[yY][eE][sS])
 .    include "../../security/cyrus-sasl/buildlink3.mk"
-CONFIGURE_ARGS+=       --with-cyrus-sasl=${BUILDLINK_PREFIX.cyrus-sasl}
+CONFIGURE_ARGS+=       --with-cyrus-sasl
 .  endif
 .endif
 



Home | Main Index | Thread Index | Old Index