[Libreoffice-commits] core.git: Branch 'aoo/trunk' - nss/makefile.mk
Herbert Dürr
hdu at apache.org
Mon Nov 11 06:08:32 PST 2013
nss/makefile.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 2316b1fa9a32d4bf997208f684264668568f88d8
Author: Herbert Dürr <hdu at apache.org>
Date: Mon Nov 11 12:21:03 2013 +0000
#i123637# set NSS's FREEBL_LOWHASH=1 on Linux
This should fix the build problem on Fedora and related systems.
https://bugzilla.mozilla.org/show_bug.cgi?id=717906 seems related.
Found by: Andrea Pescetti <pescetti at apache.org>
diff --git a/nss/makefile.mk b/nss/makefile.mk
index cf8b7b1..b9e482f 100644
--- a/nss/makefile.mk
+++ b/nss/makefile.mk
@@ -88,7 +88,7 @@ BUILD_DIR=mozilla$/security$/nss
BUILD_ACTION= $(GNUMAKE) nss_build_all
#See #i105566# && moz#513024#
.IF "$(OS)"=="LINUX"
-BUILD_ACTION+=FREEBL_NO_DEPEND=1
+BUILD_ACTION+=FREEBL_NO_DEPEND=1 FREEBL_LOWHASH=1
PATCH_FILES+=nss_linux.patch
.ENDIF
More information about the Libreoffice-commits
mailing list