]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
2041. [bug] "configure --with-dlz-bdb=yes" produced a bad
authorMark Andrews <marka@isc.org>
Wed, 7 Jun 2006 02:21:50 +0000 (02:21 +0000)
committerMark Andrews <marka@isc.org>
Wed, 7 Jun 2006 02:21:50 +0000 (02:21 +0000)
                        set of libraries to be linked. [RT #16129]

CHANGES
contrib/dlz/config.dlz.in

diff --git a/CHANGES b/CHANGES
index d99102bbbb5af61b4b1f618464f80c842d8ece5b..29f23a1afe95d8e70111950367fdc089f8259b20 100644 (file)
--- 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
index af463eb21c838c8d7bff77002bff848b1eae4c17..0e4b2e580b2665d7f9f1a87f9c263d8f65615a89 100644 (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