summaryrefslogtreecommitdiffhomepage
path: root/patches
diff options
context:
space:
mode:
authorLucio Andrés Illanes Albornoz (arab, vxp) <l.illanes@gmx.de>2017-02-04 19:04:59 +0100
committerLucio Andrés Illanes Albornoz (arab, vxp) <l.illanes@gmx.de>2017-02-04 19:09:06 +0100
commitdf96a62218852ea06853d8782a9434f6e0b84d14 (patch)
tree329d5e9e4f646457784a5cbca95a1162f767bf5c /patches
parent60881150977e7681278898aceb1df8fcab1ecdc2 (diff)
downloadmidipix_build-df96a62218852ea06853d8782a9434f6e0b84d14.tar.bz2
midipix_build-df96a62218852ea06853d8782a9434f6e0b84d14.tar.xz
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.
Diffstat (limited to 'patches')
-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