From 815f3bf21405b184dffc6453b10fb866a04a244a Mon Sep 17 00:00:00 2001 From: Markham Date: Sun, 5 Apr 2026 14:04:58 +0200 Subject: [PATCH] libxml2: add --with-c14n switch --- make/libraries.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/make/libraries.mk b/make/libraries.mk index 91551a8..e7fd804 100755 --- a/make/libraries.mk +++ b/make/libraries.mk @@ -749,6 +749,8 @@ $(D)/libxml2: $(XML2_DEPS) $(ARCHIVE)/libxml2-$(LIBXML2_VER).tar.gz | $(TARGETPR --datarootdir=/.remove \ --enable-shared \ --disable-static \ + --with-c14n \ + --without-python \ --without-debug \ --without-legacy \ --without-catalog \ -- 2.39.5