From bea30a6207a4ce7b84f6cfb9c5d3d19625b3ac94 Mon Sep 17 00:00:00 2001 From: Hugo Villeneuve Date: Thu, 8 Aug 2013 10:35:37 -0400 Subject: [PATCH] Use system nspr and nss for Firefox --- stage5/pkg/firefox | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/stage5/pkg/firefox b/stage5/pkg/firefox index ed6ab34..89352ed 100644 --- a/stage5/pkg/firefox +++ b/stage5/pkg/firefox @@ -53,13 +53,8 @@ ac_add_options --enable-optimize ac_add_options --enable-strip ac_add_options --enable-install-strip -# These two options enable support for building Firefox with -# system-installed versions of the Network Security Services (NSS) -# and Netscape Portable Runtime (NSPR) libraries. We build these -# as part of xulrunner, so we can use them here. For a standalone -# firefox you might want to comment these. -#ac_add_options --with-system-nspr -#ac_add_options --with-system-nss +ac_add_options --with-system-nspr +ac_add_options --with-system-nss ac_add_options --disable-gnomevfs ac_add_options --disable-crashreporter -- 2.20.1