diff options
author | Jan Horak <jhorak@redhat.com> | 2010-11-12 16:42:39 +0100 |
---|---|---|
committer | Jan Horak <jhorak@redhat.com> | 2010-11-12 16:42:39 +0100 |
commit | a57d8cbbe987de217a530a72edb0c9fd0e73f495 (patch) | |
tree | 3cdc7c354b76f6ecb87ace328d508630e8ab929d /firefox-mozconfig | |
parent | Fixed xulrunner version (diff) | |
download | librewolf-fedora-ff-a57d8cbbe987de217a530a72edb0c9fd0e73f495.tar.gz librewolf-fedora-ff-a57d8cbbe987de217a530a72edb0c9fd0e73f495.tar.bz2 librewolf-fedora-ff-a57d8cbbe987de217a530a72edb0c9fd0e73f495.zip |
Removed firefox-disable-checkupdates.patch and disabled updater
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 d081ddd..8c10f29 100755 --- a/firefox-mozconfig +++ b/firefox-mozconfig @@ -29,6 +29,7 @@ ac_add_options --enable-safe-browsing ac_add_options --enable-libnotify ac_add_options --disable-necko-wifi ac_add_options --disable-cpp-exceptions +ac_add_options --disable-updater export BUILD_OFFICIAL=1 export MOZILLA_OFFICIAL=1 |