[openwrt/openwrt] libxml2: Add abi version

LEDE Commits lede-commits at lists.infradead.org
Mon Sep 8 06:01:16 PDT 2025


hauke pushed a commit to openwrt/openwrt.git, branch openwrt-24.10:
https://git.openwrt.org/bc9f1cab83d09f91e28c7ca830de778b08bd2842

commit bc9f1cab83d09f91e28c7ca830de778b08bd2842
Author: Jan Kardell <jan.kardell at telliq.com>
AuthorDate: Mon Sep 8 08:52:40 2025 +0200

    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 at 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 at hauke-m.de>
---
 package/libs/libxml2/Makefile | 1 +
 1 file changed, 1 insertion(+)

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




More information about the lede-commits mailing list