Merge pull request #16960 from neheb/3
authorMichael Heimpold <mhei@heimpold.de>
Sun, 24 Oct 2021 20:06:09 +0000 (22:06 +0200)
committerGitHub <noreply@github.com>
Sun, 24 Oct 2021 20:06:09 +0000 (22:06 +0200)
libxml2: don't build host shared libraries

libs/libxml2/Makefile

index ab50e12192b1b6ce0917e1b86d8217626c6554e6..82651faff99e5af934927ecb2e39fd90cf766818 100644 (file)
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=libxml2
 PKG_VERSION:=2.9.12
-PKG_RELEASE:=1
+PKG_RELEASE:=2
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=http://xmlsoft.org/sources/
@@ -103,7 +103,7 @@ CONFIGURE_ARGS += \
        --without-lzma
 
 HOST_CONFIGURE_ARGS += \
-       --enable-shared \
+       --disable-shared \
        --enable-static \
        --with-c14n \
        --without-catalog \