external/redland/ExternalProject_raptor.mk |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit baf98df65709a4ee95524bf786d705ac60fd9d04
Author:     Xisco Fauli <[email protected]>
AuthorDate: Wed Jul 3 14:08:47 2024 +0200
Commit:     Michael Stahl <[email protected]>
CommitDate: Wed Jan 15 18:14:50 2025 +0100

    raptor: Use --without-www
    
    it seems not used. Besides, it fails when upgrading
    to libxml2 2.13.
    See https://gerrit.libreoffice.org/c/core/+/169327
    
    Change-Id: If383130eac3b5d6de911c4c273c8e371a4980f23
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169933
    Tested-by: Jenkins
    Reviewed-by: Michael Stahl <[email protected]>
    Reviewed-by: Xisco Fauli <[email protected]>
    (cherry picked from commit 25b37b4c8c8c5aef7cd530d919258bd8e5dce068)
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/180280

diff --git a/external/redland/ExternalProject_raptor.mk 
b/external/redland/ExternalProject_raptor.mk
index 8ac05880766b..192bbade94e7 100644
--- a/external/redland/ExternalProject_raptor.mk
+++ b/external/redland/ExternalProject_raptor.mk
@@ -29,8 +29,8 @@ $(call gb_ExternalProject_get_state_target,raptor,build):
                        $(if $(SYSBASE),$(if $(filter LINUX 
SOLARIS,$(OS)),-L$(SYSBASE)/lib -L$(SYSBASE)/usr/lib -lpthread -ldl))" \
                CPPFLAGS="$(if $(SYSBASE),-I$(SYSBASE)/usr/include) 
$(gb_EMSCRIPTEN_CPPFLAGS)" \
                $(gb_RUN_CONFIGURE) ./configure --disable-gtk-doc \
-                        --enable-parsers="rdfxml ntriples turtle trig guess 
rss-tag-soup" \
-                       --with-www=xml \
+                       --enable-parsers="rdfxml ntriples turtle trig guess 
rss-tag-soup" \
+                       --without-www \
                        --without-xslt-config \
                        $(gb_CONFIGURE_PLATFORMS) \
                        $(if $(CROSS_COMPILING),$(if $(filter INTEL 
ARM,$(CPUNAME)),ac_cv_c_bigendian=no)) \

Reply via email to