From 847c023e9bc7faf971284324d0515f626087aeac Mon Sep 17 00:00:00 2001 From: Markham Date: Tue, 5 Oct 2021 22:29:33 +0200 Subject: [PATCH] bump version libxml2-2.9.12 --- make/libraries.mk | 10 ++++++---- make/versions.mk | 2 +- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/make/libraries.mk b/make/libraries.mk index 3525827..767ec6b 100755 --- a/make/libraries.mk +++ b/make/libraries.mk @@ -635,16 +635,18 @@ $(D)/libxml2: $(ARCHIVE)/libxml2-$(LIBXML2_VER).tar.gz | $(TARGETPREFIX) --prefix= \ --build=$(BUILD) \ --host=$(TARGET) \ + --datarootdir=/.remove \ --enable-shared \ --disable-static \ - --datarootdir=/.remove \ - --with-tree \ --without-python \ - --without-c14n \ --without-debug \ + --without-c14n \ + --without-legacy \ + --without-catalog \ --without-docbook \ --without-mem-debug \ - --without-catalog \ + --without-lzma \ + --without-schematron \ $(NEVIS_XML2_FLAGS) && \ $(MAKE) all && \ $(MAKE) install DESTDIR=$(TARGETPREFIX) && \ diff --git a/make/versions.mk b/make/versions.mk index 65e23cd..be32a81 100644 --- a/make/versions.mk +++ b/make/versions.mk @@ -152,7 +152,7 @@ LIBRTMP_VER = 2.4_p20131018 LIBROXML_VER = 3.0.2 # Libxml2 is the XML C parser and toolkit of Gnome -LIBXML2_VER = 2.9.9 +LIBXML2_VER = 2.9.12 # lua: easily embeddable scripting language LUA_ABIVER = 5.2 -- 2.39.5