diff --git a/srcpkgs/libxml2/template b/srcpkgs/libxml2/template index c262fd43f2e..5041c99e581 100644 --- a/srcpkgs/libxml2/template +++ b/srcpkgs/libxml2/template @@ -1,7 +1,7 @@ # Template file for 'libxml2' pkgname=libxml2 -version=2.11.2 -revision=2 +version=2.11.4 +revision=1 build_style=gnu-configure configure_args="--with-threads --with-history --with-icu --with-legacy --with-ftp --with-xptr-locs --enable-static" @@ -13,10 +13,16 @@ maintainer="Enno Boland " license="MIT" homepage="https://gitlab.gnome.org/GNOME/libxml2" distfiles="${GNOME_SITE}/libxml2/${version%.*}/libxml2-${version}.tar.xz" -checksum=ac11e8b66176d49514bd4fa17c3fbdb3414aef64518ff9db536862e4682e2a64 +checksum=737e1d7f8ab3f139729ca13a2494fd17bf30ddb4b7a427cf336252cab57f57f7 python_version=3 CFLAGS="-I$XBPS_CROSS_BASE/usr/include/python$py3_ver" +post_extract() { + if [ "$XBPS_TARGET_LIBC" = "musl" ]; then + rm -f test/ebcdic_566012.xml + fi +} + post_install() { vlicense Copyright }