From 4621653c3aa3fd13b323f9ff06ad67949a92a65a Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Sat, 19 Nov 2016 16:53:31 +0000 Subject: [PATCH] libxml2: rebuild against readline-7.0 --- srcpkgs/libxml2/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/libxml2/template b/srcpkgs/libxml2/template index f1a9fbb7b99..c702b6a1217 100644 --- a/srcpkgs/libxml2/template +++ b/srcpkgs/libxml2/template @@ -1,7 +1,7 @@ # Template build file for 'libxml2'. pkgname=libxml2 version=2.9.4 -revision=1 +revision=2 build_style=gnu-configure configure_args="--disable-static --with-threads --with-history" hostmakedepends="automake libtool gettext-devel pkg-config python-devel"