summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Kardell2025-09-08 06:52:40 +0000
committerHauke Mehrtens2025-09-08 13:00:26 +0000
commitbc9f1cab83d09f91e28c7ca830de778b08bd2842 (patch)
tree2b97f2d58c9c83ecd0699f317709e1893ac81a3d
parentcd0b1a209fb243736d28e554f26ff446cb67c60a (diff)
downloadopenwrt-bc9f1cab83d09f91e28c7ca830de778b08bd2842.tar.gz
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 <jan.kardell@telliq.com> Link: https://github.com/openwrt/openwrt/pull/19983 (cherry picked from commit 420be05d90b2eccaa828cb126f87742f30b804b2) Link: https://github.com/openwrt/openwrt/pull/19985 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
-rw-r--r--package/libs/libxml2/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/libs/libxml2/Makefile b/package/libs/libxml2/Makefile
index 6976c482a3..c9ad81c128 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