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:21:50 +00:00
parent 03f65be27b
commit eca38a9d43
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]
2040. [placeholder] rt16022
2039. [func] Check that all buffers passed to the socket code

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