]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
3797. [port] netbsd: geoip support probing was broken. [RT #35642]
authorMark Andrews <marka@isc.org>
Mon, 31 Mar 2014 22:51:14 +0000 (09:51 +1100)
committerMark Andrews <marka@isc.org>
Mon, 31 Mar 2014 22:51:14 +0000 (09:51 +1100)
CHANGES
configure
configure.in

diff --git a/CHANGES b/CHANGES
index f775e19dd87ebf7686fa2f66222fea1c3a944b9c..886aefa0dd4561c6465041c40a58bafbf7b4f25f 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,5 @@
+3797.  [port]          netbsd: geoip support probing was broken. [RT #35642]
+
 3796.  [bug]           Register dns and pkcs#11 error codes. [RT #35629]
 
 3795.  [bug]           Make named-checkconf detect raw masterfiles for
index 4c9797ededb77f08e027ebae620e037cecbc103a..074391866cd8f26a2c30690943038c7397c24ba5 100755 (executable)
--- a/configure
+++ b/configure
@@ -13518,12 +13518,11 @@ $as_echo "disabled" >&6; }
                then
                        CFLAGS="$CFLAGS -I$use_geoip/include"
                        CPPFLAGS="$CPPFLAGS -I$use_geoip/include"
+                       LIBS="$LIBS -L$use_geoip/lib"
                        case "$host_os" in
                                netbsd*|openbsd*|solaris*)
                                        LIBS="$LIBS -Wl,-rpath=$use_geoip/lib"
                                        ;;
-                               *)
-                                       LIBS="$LIBS -L$use_geoip/lib"
                        esac
                elif test "$use_geoip" = "yes"
                then
index e1978078c562cdf0bd71a6870dfdea3d643fc0c6..bd24b28031159b1367ab01a857c55c07fc8b22cf 100644 (file)
@@ -644,12 +644,11 @@ case "$use_geoip" in
                then
                        CFLAGS="$CFLAGS -I$use_geoip/include"
                        CPPFLAGS="$CPPFLAGS -I$use_geoip/include"
+                       LIBS="$LIBS -L$use_geoip/lib"
                        case "$host_os" in
                                netbsd*|openbsd*|solaris*)
                                        LIBS="$LIBS -Wl,-rpath=$use_geoip/lib"
                                        ;;
-                               *)
-                                       LIBS="$LIBS -L$use_geoip/lib"
                        esac
                elif test "$use_geoip" = "yes"
                then