mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-23 23:28:18 -04:00
2041. [bug] "configure --with-dlz-bdb=yes" produced a bad
set of libraries to be linked. [RT #16129]
This commit is contained in:
parent
03f65be27b
commit
eca38a9d43
2 changed files with 5 additions and 0 deletions
3
CHANGES
3
CHANGES
|
|
@ -1,3 +1,6 @@
|
|||
2041. [bug] "configure --with-dlz-bdb=yes" produced a bad
|
||||
set of libraries to be linked. [RT #16129]
|
||||
|
||||
2040. [placeholder] rt16022
|
||||
|
||||
2039. [func] Check that all buffers passed to the socket code
|
||||
|
|
|
|||
|
|
@ -237,6 +237,8 @@ case "$use_dlz_bdb" in
|
|||
if test "$dd" != "/usr"
|
||||
then
|
||||
dlz_bdb_libs="-L${dd}/lib "
|
||||
else
|
||||
dlz_bdb_libs=""
|
||||
fi
|
||||
dlz_bdb_libs="${dlz_bdb_libs}-l${d}"
|
||||
break
|
||||
|
|
|
|||
Loading…
Reference in a new issue