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. --- vars/libxml2.vars | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 vars/libxml2.vars (limited to 'vars/libxml2.vars') diff --git a/vars/libxml2.vars b/vars/libxml2.vars new file mode 100644 index 00000000..f3264801 --- /dev/null +++ b/vars/libxml2.vars @@ -0,0 +1,20 @@ +# +# . ./build.vars and set -o errexit -o noglob are assumed. +# + +pkg_libxml2_install_post() { + if [ -e ${PREFIX}/bin/${TARGET}-xml2-config ]; then + build_fileop rm ${PREFIX}/bin/${TARGET}-xml2-config; + fi; + cat > ${PREFIX}/bin/${TARGET}-xml2-config <