diff options
Diffstat (limited to 'dns/bind9-dlz/files/db42-bind931.patch')
-rw-r--r-- | dns/bind9-dlz/files/db42-bind931.patch | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/dns/bind9-dlz/files/db42-bind931.patch b/dns/bind9-dlz/files/db42-bind931.patch index cceb66386f39..330dfaee818e 100644 --- a/dns/bind9-dlz/files/db42-bind931.patch +++ b/dns/bind9-dlz/files/db42-bind931.patch @@ -1,5 +1,5 @@ ---- configure.orig Wed Mar 16 22:05:10 2005 -+++ configure Wed Mar 16 22:11:32 2005 +--- configure.orig Sat Nov 26 23:30:45 2005 ++++ configure Sat Nov 26 23:33:43 2005 @@ -4919,7 +4919,7 @@ DLZ_BDB_LIB="yes" @@ -9,7 +9,7 @@ for d in $bdb_incdirs do if test -f $use_dlz_bdb/include${d}db.h -@@ -4934,14 +4934,14 @@ +@@ -4934,19 +4934,20 @@ echo "$as_me:$LINENO: result: not found" >&5 echo "${ECHO_T}not found" >&6 { { echo "$as_me:$LINENO: error: Berkeley DB header was not found in $use_dlz_bdb/include, \ @@ -27,7 +27,13 @@ for d in $bdb_libnames do if test -f $use_dlz_bdb/lib/lib${d}.so -@@ -4954,9 +4954,9 @@ + then + DLZ_BDB_LIB="-l${d}" ++ break + fi + done + +@@ -4954,9 +4955,9 @@ then echo "$as_me:$LINENO: result: not found" >&5 echo "${ECHO_T}not found" >&6 |