nss/makefile.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 2316b1fa9a32d4bf997208f684264668568f88d8
Author: Herbert Dürr <[email protected]>
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 <[email protected]>
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
_______________________________________________
Libreoffice-commits mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits