]> git.webhop.me Git - bs-cst-neutrino-hd.git/commitdiff
bump version libxml2-2.9.12
authorMarkham <markham001@gmx.de>
Tue, 5 Oct 2021 20:29:33 +0000 (22:29 +0200)
committerMarkham <markham001@gmx.de>
Tue, 5 Oct 2021 20:29:33 +0000 (22:29 +0200)
make/libraries.mk
make/versions.mk

index 3525827297fe5f9b04180501fb082e06a9246f0c..767ec6bf25918e6eca191ec01f51195b2dcf382b 100755 (executable)
@@ -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) && \
index 65e23cd3ccc59c86f878e39749066d0b6476c7c6..be32a81c44b5c0a32a4c500d5e12fa932d64af43 100644 (file)
@@ -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