3207. [contrib] Fixed build error in Berkeley DB DLZ module. [RT #26444]
This commit is contained in:
2
CHANGES
2
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]
|
||||
|
||||
3205. [func] Upgrade dig's defaults to better reflect modern
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user