pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/databases/openldap Explicitely disable sasl support wh...
details: https://anonhg.NetBSD.org/pkgsrc/rev/3f504b45958b
branches: trunk
changeset: 488797:3f504b45958b
user: cube <cube%pkgsrc.org@localhost>
date: Wed Feb 09 15:38:03 2005 +0000
description:
Explicitely disable sasl support when the option is not selected, in case
there is a sasl library somewhere in the system, as the configure script
would try using it.
diffstat:
databases/openldap/options.mk | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r a11457de45dc -r 3f504b45958b databases/openldap/options.mk
--- a/databases/openldap/options.mk Wed Feb 09 15:31:34 2005 +0000
+++ b/databases/openldap/options.mk Wed Feb 09 15:38:03 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.10 2005/01/12 03:37:54 xtraeme Exp $
+# $NetBSD: options.mk,v 1.11 2005/02/09 15:38:03 cube Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.openldap
PKG_SUPPORTED_OPTIONS= bdb dynamic kerberos sasl slp
@@ -60,6 +60,8 @@
CONFIGURE_ARGS+= --with-cyrus-sasl
BUILDLINK_DEPENDS.cyrus-sasl+= cyrus-sasl>=2.1.15
. include "../../security/cyrus-sasl2/buildlink3.mk"
+.else
+CONFIGURE_ARGS+= --without-cyrus-sasl
.endif
###
Home |
Main Index |
Thread Index |
Old Index