summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancis Dupont <fdupont@isc.org>2017-04-26 17:03:42 +0200
committerFrancis Dupont <fdupont@isc.org>2017-04-26 17:03:42 +0200
commitece2d9da1991cf597eaa391ec46e75910e6c693f (patch)
treef0d3f1e1f39023d115ec25c8cff353587f314067
parent0aa74669d97391f0f6d26800c37fbbec6bd52b20 (diff)
downloadisc-dhcp-ece2d9da1991cf597eaa391ec46e75910e6c693f.tar.gz
Disabled lmdb (#45069)
-rw-r--r--RELNOTES5
-rw-r--r--util/Makefile.bind.in2
2 files changed, 6 insertions, 1 deletions
diff --git a/RELNOTES b/RELNOTES
index 0f605688..5d1d6167 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -996,6 +996,11 @@ by Eric Young (eay@cryptsoft.com).
[ISC-Bugs #25428]
[ISC-Bugs #31940]
+- The new lmdb (Lightning Memory DataBase) bind9 configure option is
+ now disabled by default to avoid the presence of this library to be
+ detected which can lead to a link failure.
+ [ISC-Bugs #45069]
+
Changes since 4.2.0 (new features)
- If a client renews before 'dhcp-cache-threshold' percent of its lease
diff --git a/util/Makefile.bind.in b/util/Makefile.bind.in
index ccf77971..02be6ace 100644
--- a/util/Makefile.bind.in
+++ b/util/Makefile.bind.in
@@ -22,7 +22,7 @@ prefix = @prefix@
exec_prefix = @exec_prefix@
bindconfig = --without-openssl --without-libxml2 --without-libjson \
- --without-gssapi --disable-threads \
+ --without-gssapi --disable-threads --without-lmdb \
--includedir=@includedir@ --libdir=@libdir@ \
@BINDLT@ @BINDIOMUX@ @BINDCONFIG@ --enable-full-report