summaryrefslogtreecommitdiff
path: root/firefox-mozconfig
diff options
context:
space:
mode:
authorMartin Stransky <stransky@anakreon.cz>2012-11-15 09:44:26 +0100
committerMartin Stransky <stransky@anakreon.cz>2012-11-15 09:44:26 +0100
commitab207c8ea1f819d6e4b746f75bdad47079d34d1e (patch)
treeb90416f19d9898cb38666bda1c771ea44d35024c /firefox-mozconfig
parentresolves: #867073 add support for MOZ_TMPDIR to override tmp file location (diff)
downloadlibrewolf-fedora-ff-ab207c8ea1f819d6e4b746f75bdad47079d34d1e.tar.gz
librewolf-fedora-ff-ab207c8ea1f819d6e4b746f75bdad47079d34d1e.tar.bz2
librewolf-fedora-ff-ab207c8ea1f819d6e4b746f75bdad47079d34d1e.zip
Update to 17 Beta 6
Diffstat (limited to 'firefox-mozconfig')
-rw-r--r--firefox-mozconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/firefox-mozconfig b/firefox-mozconfig
index 8278b5e..54ef4df 100644
--- a/firefox-mozconfig
+++ b/firefox-mozconfig
@@ -32,6 +32,7 @@ ac_add_options --enable-url-classifier
ac_add_options --enable-gio
ac_add_options --disable-gnomevfs
ac_add_options --enable-chrome-format=omni
+ac_add_options --with-system-libxul
export BUILD_OFFICIAL=1
export MOZILLA_OFFICIAL=1
bgstack15