mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
libxml2: re-enable static libraries
This commit is contained in:
parent
c1cb0ca34b
commit
2c628aa232
1 changed files with 3 additions and 2 deletions
|
@ -1,10 +1,10 @@
|
||||||
# Template file for 'libxml2'
|
# Template file for 'libxml2'
|
||||||
pkgname=libxml2
|
pkgname=libxml2
|
||||||
version=2.11.2
|
version=2.11.2
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-threads --with-history --with-icu
|
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"
|
hostmakedepends="gettext pkg-config python3"
|
||||||
makedepends="zlib-devel ncurses-devel readline-devel liblzma-devel icu-devel
|
makedepends="zlib-devel ncurses-devel readline-devel liblzma-devel icu-devel
|
||||||
python3-devel"
|
python3-devel"
|
||||||
|
@ -33,6 +33,7 @@ libxml2-devel_package() {
|
||||||
vmove usr/share/gtk-doc
|
vmove usr/share/gtk-doc
|
||||||
vmove usr/share/doc
|
vmove usr/share/doc
|
||||||
vmove "usr/share/man/man1/xml2-config*"
|
vmove "usr/share/man/man1/xml2-config*"
|
||||||
|
vmove "usr/lib/*.a"
|
||||||
vmove "usr/lib/*.la"
|
vmove "usr/lib/*.la"
|
||||||
vmove "usr/lib/*.so"
|
vmove "usr/lib/*.so"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue