summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2023-04-26 09:08:10 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2023-04-26 11:42:00 +0200
commit69093f896b7da2b3694eeb6ea8fc439b00ef8884 (patch)
treeba8af99cee0c8063dae878c5f5afd32ef31efba1
parenttdf#154906 tdf#129813 tdf#129814 sc: fix conditional format color scale (diff)
downloadcore-69093f896b7da2b3694eeb6ea8fc439b00ef8884.tar.gz
core-69093f896b7da2b3694eeb6ea8fc439b00ef8884.zip
Revert "workaround compile failures in libxml, with clang-17"
This reverts commit 4a828dde104551c1c3d935ed8b43ebc546fa77c3. Reason for revert: Caolan merged a better fix with aa87fe2562e7a55a18a1c757a49babfe74377bcd Change-Id: I3ae713555fc62782675dbc48ad51a36ff41bfcf5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151016 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
-rw-r--r--external/xmlsec/ExternalProject_xmlsec.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/external/xmlsec/ExternalProject_xmlsec.mk b/external/xmlsec/ExternalProject_xmlsec.mk
index 3c10034a3c1e..9db86f9dae26 100644
--- a/external/xmlsec/ExternalProject_xmlsec.mk
+++ b/external/xmlsec/ExternalProject_xmlsec.mk
@@ -50,7 +50,7 @@ $(call gb_ExternalProject_get_state_target,xmlsec,build) :
&& $(gb_RUN_CONFIGURE) ./configure \
--with-pic --disable-shared --disable-crypto-dl --without-libxslt --without-gnutls --without-gcrypt --disable-apps --disable-docs --disable-pedantic \
$(if $(verbose),--disable-silent-rules,--enable-silent-rules) \
- CFLAGS="$(CFLAGS) $(call gb_ExternalProject_get_build_flags,xmlsec) $(gb_VISIBILITY_FLAGS) -Wno-unknown-warning-option -Wno-strict-prototypes" \
+ CFLAGS="$(CFLAGS) $(call gb_ExternalProject_get_build_flags,xmlsec) $(gb_VISIBILITY_FLAGS)" \
$(if $(filter MACOSX,$(OS)),--prefix=/@.__________________________________________________OOO) \
$(if $(ENABLE_NSS), \
--without-openssl \