2041. [bug] "configure --with-dlz-bdb=yes" produced a bad

set of libraries to be linked. [RT #16129]
This commit is contained in:
Mark Andrews
2006-06-07 02:24:49 +00:00
parent 4dcc685a16
commit 2ae38ce976
2 changed files with 5 additions and 0 deletions

View File

@@ -1,3 +1,6 @@
2041. [bug] "configure --with-dlz-bdb=yes" produced a bad
set of libraries to be linked. [RT #16129]
2039. [func] Check that all buffers passed to the socket code
have been retrieved when the socket event is freed.
[RT #16122]

View File

@@ -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