summaryrefslogtreecommitdiff
path: root/databases/openldap
diff options
context:
space:
mode:
authorcube <cube>2005-02-09 15:38:03 +0000
committercube <cube>2005-02-09 15:38:03 +0000
commitcd14e6fb48871a80e37d28c74b872fcab91595dc (patch)
treed8b7c38e7cbe2e970e2da6e07b478943227d6e51 /databases/openldap
parent67f70c23da785af85570019c91ae6bb18789baac (diff)
downloadpkgsrc-cd14e6fb48871a80e37d28c74b872fcab91595dc.tar.gz
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 (limited to 'databases/openldap')
-rw-r--r--databases/openldap/options.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/openldap/options.mk b/databases/openldap/options.mk
index 43fc4df34b7..5c38a406ea9 100644
--- a/databases/openldap/options.mk
+++ b/databases/openldap/options.mk
@@ -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 @@ PKG_OPTIONS+= sasl
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
###