From 2bc9974df9357b16f407801e22aebddd4b9a61de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Fri, 13 Oct 2017 10:19:01 +0200 Subject: [PATCH] libxml2: add support for icu Qt5 webengine (chromium) needs libxml2 with icu support enabled, or it builds its own which fails for cross targets (armv7hf). --- srcpkgs/libxml2/template | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/srcpkgs/libxml2/template b/srcpkgs/libxml2/template index 8582d86dcd6..45fcd086227 100644 --- a/srcpkgs/libxml2/template +++ b/srcpkgs/libxml2/template @@ -1,11 +1,12 @@ # Template build file for 'libxml2'. pkgname=libxml2 version=2.9.6 -revision=1 +revision=2 build_style=gnu-configure -configure_args="--disable-static --with-threads --with-history" +configure_args="--disable-static --with-threads --with-history --with-icu" hostmakedepends="automake libtool gettext-devel pkg-config python-devel" -makedepends="zlib-devel ncurses-devel readline-devel liblzma-devel python-devel" +makedepends="zlib-devel ncurses-devel readline-devel liblzma-devel + icu-devel python-devel" short_desc="Library providing XML and HTML support" maintainer="Juan RP " homepage="http://www.xmlsoft.org/"