summaryrefslogtreecommitdiff
path: root/databases/openldap
diff options
context:
space:
mode:
authortv <tv>2004-11-15 00:55:25 +0000
committertv <tv>2004-11-15 00:55:25 +0000
commit815c9c684213ca5c20256332d41413406f411026 (patch)
tree20c59512ce91d88e0fc58c26df79f2b4a35d1885 /databases/openldap
parent85dbe07a7d7639cccda74d6aa5ba5641166dc96e (diff)
downloadpkgsrc-815c9c684213ca5c20256332d41413406f411026.tar.gz
USE_DB185=no; should fix build failure reported on tech-pkg by
<mlh@goathill.org>.
Diffstat (limited to 'databases/openldap')
-rw-r--r--databases/openldap/options.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/openldap/options.mk b/databases/openldap/options.mk
index 10a9201e9ae..95a1e40fa41 100644
--- a/databases/openldap/options.mk
+++ b/databases/openldap/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.5 2004/11/08 18:42:09 tv Exp $
+# $NetBSD: options.mk,v 1.6 2004/11/15 00:55:25 tv Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.openldap
PKG_SUPPORTED_OPTIONS= bdb dynamic kerberos sasl slp
@@ -10,6 +10,7 @@ PKG_DEFAULT_OPTIONS+= bdb
### Whether to build with the Berkeley DB based slapd backends.
###
.if !empty(PKG_OPTIONS:Mbdb)
+USE_DB185= no
BDB_ACCEPTED= db4 # db3?
. include "../../mk/bdb.buildlink3.mk"
CONFIGURE_ARGS+= --enable-bdb --enable-hdb