summaryrefslogtreecommitdiff
path: root/firefox-mozconfig
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2010-12-21 17:43:16 +0100
committerMartin Stransky <stransky@redhat.com>2010-12-21 17:43:16 +0100
commit9019c4cf58f7826c96ec063d4f6fb4c5166f0603 (patch)
tree0185882414313ff4f15443f6156dca9490e6c3ff /firefox-mozconfig
parent.desktop file MimeType key needs a trailing semi-colon (diff)
downloadlibrewolf-fedora-ff-9019c4cf58f7826c96ec063d4f6fb4c5166f0603.tar.gz
librewolf-fedora-ff-9019c4cf58f7826c96ec063d4f6fb4c5166f0603.tar.bz2
librewolf-fedora-ff-9019c4cf58f7826c96ec063d4f6fb4c5166f0603.zip
build fixes
Diffstat (limited to 'firefox-mozconfig')
-rwxr-xr-xfirefox-mozconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/firefox-mozconfig b/firefox-mozconfig
index 8c10f29..3ff8c29 100755
--- a/firefox-mozconfig
+++ b/firefox-mozconfig
@@ -30,6 +30,8 @@ ac_add_options --enable-libnotify
ac_add_options --disable-necko-wifi
ac_add_options --disable-cpp-exceptions
ac_add_options --disable-updater
+ac_add_options --enable-chrome-format=jar
+ac_add_options --enable-url-classifier
export BUILD_OFFICIAL=1
export MOZILLA_OFFICIAL=1
bgstack15