From: Francis Dupont Date: Wed, 26 Apr 2017 15:03:42 +0000 (+0200) Subject: Disabled lmdb (#45069) X-Git-Tag: v4_4_0b1_f1~109 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ece2d9da1991cf597eaa391ec46e75910e6c693f;p=thirdparty%2Fdhcp.git Disabled lmdb (#45069) --- diff --git a/RELNOTES b/RELNOTES index 0f605688d..5d1d6167a 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 ccf779718..02be6ace5 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