summaryrefslogtreecommitdiff
path: root/firefox-mozconfig
diff options
context:
space:
mode:
authorChristopher Aillon <caillon@fedoraproject.org>2005-12-16 07:15:58 +0000
committerChristopher Aillon <caillon@fedoraproject.org>2005-12-16 07:15:58 +0000
commit50552d84f2c8665458e3321bcc60902061675164 (patch)
tree70abb2bc66fd47bd23b8172e8209994fdd791796 /firefox-mozconfig
parentgcc update bump (diff)
downloadlibrewolf-fedora-ff-50552d84f2c8665458e3321bcc60902061675164.tar.gz
librewolf-fedora-ff-50552d84f2c8665458e3321bcc60902061675164.tar.bz2
librewolf-fedora-ff-50552d84f2c8665458e3321bcc60902061675164.zip
- Use the system NSS libraries
- Build on ppc64
Diffstat (limited to 'firefox-mozconfig')
-rwxr-xr-xfirefox-mozconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/firefox-mozconfig b/firefox-mozconfig
index b7e9f64..b483b48 100755
--- a/firefox-mozconfig
+++ b/firefox-mozconfig
@@ -1,6 +1,7 @@
. $topsrcdir/browser/config/mozconfig
ac_add_options --with-system-nspr
+ac_add_options --with-system-nss
ac_add_options --with-system-jpeg
ac_add_options --with-system-zlib
ac_add_options --with-system-png
bgstack15