diff options
author | tv <tv@pkgsrc.org> | 2004-11-15 00:55:25 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2004-11-15 00:55:25 +0000 |
commit | a37d961c25bef0455775624fe8411dd2e99cf2f7 (patch) | |
tree | 20c59512ce91d88e0fc58c26df79f2b4a35d1885 /databases | |
parent | 0f1f588a56e1a26c1db124974f425d2085113c9c (diff) | |
download | pkgsrc-a37d961c25bef0455775624fe8411dd2e99cf2f7.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.mk | 3 |
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 |