external/xmlsec/ExternalProject_xmlsec.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 4a828dde104551c1c3d935ed8b43ebc546fa77c3 Author: Noel Grandin <noel.gran...@collabora.co.uk> AuthorDate: Tue Apr 25 11:45:37 2023 +0200 Commit: Noel Grandin <noel.gran...@collabora.co.uk> CommitDate: Tue Apr 25 12:54:26 2023 +0200 workaround compile failures in libxml, with clang-17 ever since commit 26bf26272bf525b59b4a4ce18b3ce14c1febfd7b Author: Miklos Vajna <vmik...@collabora.com> Date: Mon Apr 24 14:27:47 2023 +0200 Update libxmlsec to 1.3.0 failures reported to https://github.com/lsh123/xmlsec/discussions/623 Change-Id: I2952f0eda036f6ff69710b8a103bbfc846ed87d8 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/150966 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.gran...@collabora.co.uk> diff --git a/external/xmlsec/ExternalProject_xmlsec.mk b/external/xmlsec/ExternalProject_xmlsec.mk index 1f7566ac1eb8..1ee39e6b570a 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 \ $(if $(verbose),--disable-silent-rules,--enable-silent-rules) \ - CFLAGS="$(CFLAGS) $(call gb_ExternalProject_get_build_flags,xmlsec) $(gb_VISIBILITY_FLAGS)" \ + CFLAGS="$(CFLAGS) $(call gb_ExternalProject_get_build_flags,xmlsec) $(gb_VISIBILITY_FLAGS) -Wno-unknown-warning-option -Wno-strict-prototypes" \ $(if $(filter MACOSX,$(OS)),--prefix=/@.__________________________________________________OOO) \ $(if $(ENABLE_NSS), \ --without-openssl \