summaryrefslogtreecommitdiff
path: root/firefox-mozconfig
diff options
context:
space:
mode:
authorMartin Stransky <stransky@fedoraproject.org>2009-11-20 07:29:30 +0000
committerMartin Stransky <stransky@fedoraproject.org>2009-11-20 07:29:30 +0000
commitcd934b2350c049d5436e4a0a5f280b06a974f778 (patch)
tree1c3dd7e2d332fcd9e6d78e936041b963c6766f9c /firefox-mozconfig
parentRebase to 3.6.1 Beta 3 (diff)
downloadlibrewolf-fedora-ff-cd934b2350c049d5436e4a0a5f280b06a974f778.tar.gz
librewolf-fedora-ff-cd934b2350c049d5436e4a0a5f280b06a974f778.tar.bz2
librewolf-fedora-ff-cd934b2350c049d5436e4a0a5f280b06a974f778.zip
- Necko wifi monitor disabled
- Added source URL (#521704)
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 37a43a5..faacdec 100755
--- a/firefox-mozconfig
+++ b/firefox-mozconfig
@@ -27,6 +27,7 @@ ac_add_options --enable-libxul
ac_add_options --disable-crashreporter
ac_add_options --enable-safe-browsing
ac_add_options --enable-libnotify
+ac_add_options --disable-necko-wifi
export BUILD_OFFICIAL=1
export MOZILLA_OFFICIAL=1
bgstack15