From 2c628aa2323b79e02a097172b50368700ddcf85b Mon Sep 17 00:00:00 2001 From: Andrew Benson Date: Thu, 18 May 2023 07:27:35 -0500 Subject: [PATCH] libxml2: re-enable static libraries --- srcpkgs/libxml2/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/libxml2/template b/srcpkgs/libxml2/template index 46bdabf9ff1..c262fd43f2e 100644 --- a/srcpkgs/libxml2/template +++ b/srcpkgs/libxml2/template @@ -1,10 +1,10 @@ # Template file for 'libxml2' pkgname=libxml2 version=2.11.2 -revision=1 +revision=2 build_style=gnu-configure configure_args="--with-threads --with-history --with-icu - --with-legacy --with-ftp --with-xptr-locs" + --with-legacy --with-ftp --with-xptr-locs --enable-static" hostmakedepends="gettext pkg-config python3" makedepends="zlib-devel ncurses-devel readline-devel liblzma-devel icu-devel python3-devel" @@ -33,6 +33,7 @@ libxml2-devel_package() { vmove usr/share/gtk-doc vmove usr/share/doc vmove "usr/share/man/man1/xml2-config*" + vmove "usr/lib/*.a" vmove "usr/lib/*.la" vmove "usr/lib/*.so" }