From 89aeb0f96288d7b86dfd451a78292d2c38d36f4e Mon Sep 17 00:00:00 2001 From: newbluemoon Date: Wed, 20 Nov 2019 16:38:24 +0100 Subject: [PATCH] libxslt: rebuild against libxml2-2.9.10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit xslt-config uses xml2-config’s new option '--dynamic'. The current version is broken. It contains xml2-config’s usage message (which is printed out because of using a yet unknown option) instead of the required flags. --- srcpkgs/libxslt/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/libxslt/template b/srcpkgs/libxslt/template index 54ef76cf2b7..a488405bdb9 100644 --- a/srcpkgs/libxslt/template +++ b/srcpkgs/libxslt/template @@ -1,7 +1,7 @@ # Template file for 'libxslt' pkgname=libxslt version=1.1.34 -revision=1 +revision=2 build_style=gnu-configure configure_args="--disable-static --disable-dependency-tracking" hostmakedepends="libtool"