From: Jan Kardell Date: Mon, 8 Sep 2025 06:52:40 +0000 (+0200) Subject: libxml2: Add abi version X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F19983%2Fhead;p=thirdparty%2Fopenwrt.git libxml2: Add abi version The version of libxml2 was bumped from 2.13.6 to 2.14.5. Since version 2.14, libxml2 is not binary compatible with older versions. Therefore add an abi version. From the NEWS file: Binary compatibility is restricted to versions 2.14 or newer. On ELF systems, the soname was bumped from libxml2.so.2 to libxml2.so.16. Signed-off-by: Jan Kardell Link: https://github.com/openwrt/openwrt/pull/19983 Signed-off-by: Hauke Mehrtens --- diff --git a/package/libs/libxml2/Makefile b/package/libs/libxml2/Makefile index 6976c482a31..c9ad81c128e 100644 --- a/package/libs/libxml2/Makefile +++ b/package/libs/libxml2/Makefile @@ -24,6 +24,7 @@ define Package/libxml2 TITLE:=Gnome XML library URL:=http://xmlsoft.org/ DEPENDS:=+libpthread +zlib $(ICONV_DEPENDS) + ABI_VERSION:=16 endef define Package/libxml2/description