diff options
author | Martin Stransky <stransky@anakreon.cz> | 2012-10-09 14:28:22 +0200 |
---|---|---|
committer | Martin Stransky <stransky@anakreon.cz> | 2012-10-09 14:28:22 +0200 |
commit | 4a2e88025ffdbaa1c7321065ff963dfe941a7754 (patch) | |
tree | 25b6bdd7da83a607b27b2bca3ef128ff76f84c94 /firefox-mozconfig | |
parent | build fixes (diff) | |
download | librewolf-fedora-ff-4a2e88025ffdbaa1c7321065ff963dfe941a7754.tar.gz librewolf-fedora-ff-4a2e88025ffdbaa1c7321065ff963dfe941a7754.tar.bz2 librewolf-fedora-ff-4a2e88025ffdbaa1c7321065ff963dfe941a7754.zip |
build fix
Diffstat (limited to 'firefox-mozconfig')
-rw-r--r-- | firefox-mozconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/firefox-mozconfig b/firefox-mozconfig index b2ef22a..8278b5e 100644 --- a/firefox-mozconfig +++ b/firefox-mozconfig @@ -2,6 +2,8 @@ ac_add_options --prefix="$PREFIX" ac_add_options --libdir="$LIBDIR" +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 |