2041. [bug] "configure --with-dlz-bdb=yes" produced a bad
set of libraries to be linked. [RT #16129]
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user