summaryrefslogtreecommitdiff
path: root/databases/openldap-server
diff options
context:
space:
mode:
authorghen <ghen@pkgsrc.org>2009-04-27 07:13:01 +0000
committerghen <ghen@pkgsrc.org>2009-04-27 07:13:01 +0000
commit1c907cd0e72ebf9396149974a12d186b6b5fb5cc (patch)
treef1a6b6c872b8e46eeac3eec80ca7f4901ba841a1 /databases/openldap-server
parent17f281b62e77e7ef20e13f89607d04fb9e057fed (diff)
downloadpkgsrc-1c907cd0e72ebf9396149974a12d186b6b5fb5cc.tar.gz
Switch OpenLDAP server and modules to use database/db4 as a backend again,
now db 4.7 is known to work. Ok adam, manu.
Diffstat (limited to 'databases/openldap-server')
-rw-r--r--databases/openldap-server/options.mk6
1 files changed, 2 insertions, 4 deletions
diff --git a/databases/openldap-server/options.mk b/databases/openldap-server/options.mk
index dd1791cafeb..26cdf80edf7 100644
--- a/databases/openldap-server/options.mk
+++ b/databases/openldap-server/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.10 2009/01/31 15:59:05 manu Exp $
+# $NetBSD: options.mk,v 1.11 2009/04/27 07:13:02 ghen Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.openldap-server
PKG_SUPPORTED_OPTIONS= bdb kerberos sasl slp inet6 smbk5pwd dso
@@ -16,9 +16,7 @@ PKG_SUGGESTED_OPTIONS= bdb
###
.if !empty(PKG_OPTIONS:Mbdb)
-# "slapd" locks up when used with Berkeley DB 4.7.x. We therefore use the
-# "db46" package with version 4.6.x of Berkeley DB.
-. include "../../databases/db46/buildlink3.mk"
+. include "../../databases/db4/buildlink3.mk"
CONFIGURE_ARGS+= --enable-bdb --enable-hdb
TEST_TARGET= test
.else