aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authoreik <eik@FreeBSD.org>2004-04-12 03:45:05 +0800
committereik <eik@FreeBSD.org>2004-04-12 03:45:05 +0800
commit4687953c0ea8455246505dab1f54b41694629afd (patch)
treed8e73bdc1209127e94f3ed5d95cff85ba8913356 /net
parent3d834babca26069fbced6da341b3db75707e7ab1 (diff)
downloadfreebsd-ports-gnome-4687953c0ea8455246505dab1f54b41694629afd.tar.gz
freebsd-ports-gnome-4687953c0ea8455246505dab1f54b41694629afd.tar.zst
freebsd-ports-gnome-4687953c0ea8455246505dab1f54b41694629afd.zip
bdb backend requires Berkeley DB >= 4.2 since 2.2.3beta
Noticed by: Michael Reifenberger <mike@Reifenberger.com>
Diffstat (limited to 'net')
-rw-r--r--net/openldap22-server/Makefile2
-rw-r--r--net/openldap23-server/Makefile2
-rw-r--r--net/openldap24-server/Makefile2
3 files changed, 3 insertions, 3 deletions
diff --git a/net/openldap22-server/Makefile b/net/openldap22-server/Makefile
index 6e2ece9c8c2c..13b7bf1aa777 100644
--- a/net/openldap22-server/Makefile
+++ b/net/openldap22-server/Makefile
@@ -160,7 +160,7 @@ WITH_BDB_VER?= 42
CONFIGURE_ARGS+= --enable-bdb
BDBLIB= db-4.2.2
.elif ${WITH_BDB_VER} == 41
-CONFIGURE_ARGS+= --enable-bdb
+CONFIGURE_ARGS+= --disable-bdb
BDBLIB= db41.1
.elif ${WITH_BDB_VER} == 4
CONFIGURE_ARGS+= --disable-bdb
diff --git a/net/openldap23-server/Makefile b/net/openldap23-server/Makefile
index 6e2ece9c8c2c..13b7bf1aa777 100644
--- a/net/openldap23-server/Makefile
+++ b/net/openldap23-server/Makefile
@@ -160,7 +160,7 @@ WITH_BDB_VER?= 42
CONFIGURE_ARGS+= --enable-bdb
BDBLIB= db-4.2.2
.elif ${WITH_BDB_VER} == 41
-CONFIGURE_ARGS+= --enable-bdb
+CONFIGURE_ARGS+= --disable-bdb
BDBLIB= db41.1
.elif ${WITH_BDB_VER} == 4
CONFIGURE_ARGS+= --disable-bdb
diff --git a/net/openldap24-server/Makefile b/net/openldap24-server/Makefile
index 6e2ece9c8c2c..13b7bf1aa777 100644
--- a/net/openldap24-server/Makefile
+++ b/net/openldap24-server/Makefile
@@ -160,7 +160,7 @@ WITH_BDB_VER?= 42
CONFIGURE_ARGS+= --enable-bdb
BDBLIB= db-4.2.2
.elif ${WITH_BDB_VER} == 41
-CONFIGURE_ARGS+= --enable-bdb
+CONFIGURE_ARGS+= --disable-bdb
BDBLIB= db41.1
.elif ${WITH_BDB_VER} == 4
CONFIGURE_ARGS+= --disable-bdb