mirror of
https://gitlab.isc.org/isc-projects/dhcp
synced 2025-08-28 12:57:42 +00:00
Disabled lmdb (#45069)
This commit is contained in:
parent
0aa74669d9
commit
ece2d9da19
5
RELNOTES
5
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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user