diff options
author | Christopher Aillon <caillon@fedoraproject.org> | 2005-12-16 07:15:58 +0000 |
---|---|---|
committer | Christopher Aillon <caillon@fedoraproject.org> | 2005-12-16 07:15:58 +0000 |
commit | 50552d84f2c8665458e3321bcc60902061675164 (patch) | |
tree | 70abb2bc66fd47bd23b8172e8209994fdd791796 /firefox-mozconfig | |
parent | gcc update bump (diff) | |
download | librewolf-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-x | firefox-mozconfig | 1 |
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 |