[Libreoffice-commits] core.git: external/nss
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Tue Jan 29 19:28:02 UTC 2019
external/nss/ExternalProject_nss.mk | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 930ec0e6ab7bd5492fb4cf4a8f6860e3b728929d
Author: Julien Nabet <serval2412 at yahoo.fr>
AuthorDate: Tue Jan 29 18:32:54 2019 +0100
Commit: Miklos Vajna <vmiklos at collabora.com>
CommitDate: Tue Jan 29 20:27:38 2019 +0100
Disable NSS GTESTS also for Windows
Following https://cgit.freedesktop.org/libreoffice/core/commit/?id=02623af4f5e0049ec5988df8ff6c7ff0f32f3fb1
See details here:
http://document-foundation-mail-archive.969070.n3.nabble.com/fatal-error-LNK1561-on-nss-Visual-Studio-2017-td4256601.html
Change-Id: I75f2c8a5409e484a8a5a12a6f12d5c20b244d2b2
Reviewed-on: https://gerrit.libreoffice.org/67092
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos at collabora.com>
diff --git a/external/nss/ExternalProject_nss.mk b/external/nss/ExternalProject_nss.mk
index ef807d503e58..211fa1d64437 100644
--- a/external/nss/ExternalProject_nss.mk
+++ b/external/nss/ExternalProject_nss.mk
@@ -25,6 +25,7 @@ $(call gb_ExternalProject_get_state_target,nss,build): $(call gb_ExternalExecuta
XCFLAGS="-arch:SSE $(SOLARINC)" \
$(MAKE) -j1 nss_build_all RC="rc.exe $(SOLARINC)" \
NSINSTALL='$(call gb_ExternalExecutable_get_command,python) $(SRCDIR)/external/nss/nsinstall.py' \
+ NSS_DISABLE_GTESTS=1 \
,nss)
else # OS!=WNT
More information about the Libreoffice-commits
mailing list