summaryrefslogtreecommitdiffhomepage
path: root/patches/bind-9.11.0-P2.local.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/bind-9.11.0-P2.local.patch')
-rw-r--r--patches/bind-9.11.0-P2.local.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/patches/bind-9.11.0-P2.local.patch b/patches/bind-9.11.0-P2.local.patch
index 75e93b2e..88314f8a 100644
--- a/patches/bind-9.11.0-P2.local.patch
+++ b/patches/bind-9.11.0-P2.local.patch
@@ -467,3 +467,18 @@ diff -ru bind-9.11.0-P2.orig/lib/samples/Makefile.in bind-9.11.0-P2/lib/samples/
SUBDIRS =
+--- bind-9.11.0-P2/configure.in.orig 2016-12-11 23:05:44.000000000 +0100
++++ bind-9.11.0-P2/configure.in 2017-02-04 18:47:10.437368600 +0100
+@@ -2277,9 +2277,9 @@
+ esac
+ ;;
+ *)
+- if test -f "$use_libxml2/bin/xml2-config" ; then
+- libxml2_libs=`$use_libxml2/bin/xml2-config --libs`
+- libxml2_cflags=`$use_libxml2/bin/xml2-config --cflags`
++ if test -f "$use_libxml2" ; then
++ libxml2_libs=`$use_libxml2 --libs`
++ libxml2_cflags=`$use_libxml2 --cflags`
+ fi
+ ;;
+ esac