summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>2004-11-15 00:55:25 +0000
committertv <tv@pkgsrc.org>2004-11-15 00:55:25 +0000
commit202a410fee1c98fd844082e4ac534d312023a3ac (patch)
tree20c59512ce91d88e0fc58c26df79f2b4a35d1885 /databases
parente81febe401b2feeb27b2b6afef95482238cda393 (diff)
downloadpkgsrc-202a410fee1c98fd844082e4ac534d312023a3ac.tar.gz
USE_DB185=no; should fix build failure reported on tech-pkg by
<mlh@goathill.org>.
Diffstat (limited to 'databases')
-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