From: Hugo Villeneuve Date: Thu, 8 Aug 2013 14:35:37 +0000 (-0400) Subject: Use system nspr and nss for Firefox X-Git-Url: http://gitweb.hugovil.com/?a=commitdiff_plain;h=bea30a6207a4ce7b84f6cfb9c5d3d19625b3ac94;p=hvlinux.git Use system nspr and nss for Firefox --- 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