From df96a62218852ea06853d8782a9434f6e0b84d14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucio=20Andr=C3=A9s=20Illanes=20Albornoz=20=28arab=2C=20vx?= =?UTF-8?q?p=29?= Date: Sat, 4 Feb 2017 19:04:59 +0100 Subject: vars/build.vars: adds libxml2 v2.9.4, fixing the bind v9.11.0-P2 build. patches/bind-9.11.0-P2.local.patch: call $use_libxml2 instead of $use_libxml2/bin/xml2-config. vars/libxml2.vars: install ${PKG_TARGET}-xml2-config. --- patches/bind-9.11.0-P2.local.patch | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'patches') 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 -- cgit v1.2.3