]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
3207. [contrib] Fixed build error in Berkeley DB DLZ module. [RT #26444]
authorEvan Hunt <each@isc.org>
Sat, 5 Nov 2011 05:15:39 +0000 (05:15 +0000)
committerEvan Hunt <each@isc.org>
Sat, 5 Nov 2011 05:15:39 +0000 (05:15 +0000)
CHANGES
contrib/dlz/config.dlz.in

diff --git a/CHANGES b/CHANGES
index 43361560d14bf4c4f7094dbf7346c70eff8c4ed4..0925a742cbee39270d2d7b5c71fcd6973b230956 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,5 @@
+3207.  [contrib]       Fixed build error in Berkeley DB DLZ module. [RT #26444]
+
 3206.  [cleanup]       Add ISC information to log at start time. [RT #25484]
 
 3204.  [bug]           When a master server that has been marked as
index b9e1fca2738d03eec356fde7711d96321157402b..d13a60f7477088bc7481bc16b913cc6a30926432 100644 (file)
@@ -250,7 +250,7 @@ case "$use_dlz_bdb" in
                        # Check other locations for includes.
                        # Order is important (sigh).
 
-                       bdb_incdirs="/ /db42/ /db41/ /db4/ /db/"
+                       bdb_incdirs="/ /db48/ /db47/ /db46/ /db45/ /db44/ /db43/ /db42/ /db41/ /db4/ /db/"
                        for d in $bdb_incdirs
                        do
                                if test -f "$dd/include${d}db.h"
@@ -271,7 +271,7 @@ case "$use_dlz_bdb" in
                        # Look for libname other than libdb.so.
                        # Order is important (sigh).
 
-                       bdb_libnames="db42 db-4.2 db41 db-4.1 db"
+                       bdb_libnames="db48 db-4.8 db47 db-4.7 db46 db-4.6 db45 db-4.5 db44 db-4.4 db43 db-4.3 db42 db-4.2 db41 db-4.1 db"
                        for d in $bdb_libnames
                        do
                                if test -f "$dd/lib/lib${d}.so"