]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Disabled lmdb (#45069)
authorFrancis Dupont <fdupont@isc.org>
Wed, 26 Apr 2017 15:03:42 +0000 (17:03 +0200)
committerFrancis Dupont <fdupont@isc.org>
Wed, 26 Apr 2017 15:03:42 +0000 (17:03 +0200)
RELNOTES
util/Makefile.bind.in

index 0f605688d2b68f08e3eb07255ffdc93fc99e2b44..5d1d6167aeb14f03e3174f7c4b9d45d9edb330a1 100644 (file)
--- 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
index ccf77971865d65851c851af84a87dc0626f27071..02be6ace55f6247e1f7e3d9f67d3e6c5b65d3837 100644 (file)
@@ -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