This is an automated email from the ASF dual-hosted git repository. ardovm pushed a commit to branch AOO41Xjammy in repository https://gitbox.apache.org/repos/asf/openoffice.git
commit 2201f5fd0147ad0b789fa99f490d09968bb8e126 Author: Arrigo Marchiori <ard...@yahoo.it> AuthorDate: Tue Jan 16 21:38:47 2024 +0100 Disable -Werror during nss compilation --- main/nss/makefile.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/nss/makefile.mk b/main/nss/makefile.mk index 6d64d53e9e..6d45062147 100644 --- a/main/nss/makefile.mk +++ b/main/nss/makefile.mk @@ -69,7 +69,7 @@ BUILD_DIR=nss BUILD_ACTION= $(GNUMAKE) nss_build_all #See #i105566# && moz#513024# .IF "$(OS)"=="LINUX" -BUILD_ACTION+=FREEBL_NO_DEPEND=1 FREEBL_LOWHASH=1 NSS_DISABLE_GTESTS=1 +BUILD_ACTION+=FREEBL_NO_DEPEND=1 FREEBL_LOWHASH=1 NSS_DISABLE_GTESTS=1 NSS_ENABLE_WERROR=0 PATCH_FILES+=nss_linux.patch .ENDIF