external/xmlsec/ExternalProject_xmlsec.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 69093f896b7da2b3694eeb6ea8fc439b00ef8884 Author: Noel Grandin <[email protected]> AuthorDate: Wed Apr 26 09:08:10 2023 +0200 Commit: Noel Grandin <[email protected]> CommitDate: Wed Apr 26 11:42:00 2023 +0200 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 <[email protected]> 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 \
