libxml2: re-enable static libraries

This commit is contained in:
Andrew Benson 2023-05-18 07:27:35 -05:00
parent c1cb0ca34b
commit 2c628aa232

View File

@ -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"
}