From: Mark Andrews Date: Wed, 7 Jun 2006 02:21:50 +0000 (+0000) Subject: 2041. [bug] "configure --with-dlz-bdb=yes" produced a bad X-Git-Tag: v9.4.0b1~36^2~24 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=eca38a9d43391482bfa22e2eb7b86e19be8bf461;p=thirdparty%2Fbind9.git 2041. [bug] "configure --with-dlz-bdb=yes" produced a bad set of libraries to be linked. [RT #16129] --- diff --git a/CHANGES b/CHANGES index d99102bbbb5..29f23a1afe9 100644 --- a/CHANGES +++ b/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 diff --git a/contrib/dlz/config.dlz.in b/contrib/dlz/config.dlz.in index af463eb21c8..0e4b2e580b2 100644 --- a/contrib/dlz/config.dlz.in +++ b/contrib/dlz/config.dlz.in @@ -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