2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-08-28 21:07:43 +00:00

Disabled lmdb (#45069)

This commit is contained in:
Francis Dupont 2017-04-26 17:03:42 +02:00
parent 0aa74669d9
commit ece2d9da19
2 changed files with 6 additions and 1 deletions

View File

@ -996,6 +996,11 @@ by Eric Young (eay@cryptsoft.com).
[ISC-Bugs #25428] [ISC-Bugs #25428]
[ISC-Bugs #31940] [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) Changes since 4.2.0 (new features)
- If a client renews before 'dhcp-cache-threshold' percent of its lease - If a client renews before 'dhcp-cache-threshold' percent of its lease

View File

@ -22,7 +22,7 @@ prefix = @prefix@
exec_prefix = @exec_prefix@ exec_prefix = @exec_prefix@
bindconfig = --without-openssl --without-libxml2 --without-libjson \ bindconfig = --without-openssl --without-libxml2 --without-libjson \
--without-gssapi --disable-threads \ --without-gssapi --disable-threads --without-lmdb \
--includedir=@includedir@ --libdir=@libdir@ \ --includedir=@includedir@ --libdir=@libdir@ \
@BINDLT@ @BINDIOMUX@ @BINDCONFIG@ --enable-full-report @BINDLT@ @BINDIOMUX@ @BINDCONFIG@ --enable-full-report