diff options
author | William Pitcock <nenolod@dereferenced.org> | 2011-03-17 22:19:54 -0500 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2011-03-17 22:19:54 -0500 |
commit | ded5ce1d44fbbc94a1a6740f8f32f9d1f27841f1 (patch) | |
tree | 14122710a90e49d81d2f0cf57e67f67055ec25e2 /main/firefox/mozconfig | |
parent | b4bd23a34506acce8841423c4ed191c30cb8720a (diff) | |
download | aports-ded5ce1d44fbbc94a1a6740f8f32f9d1f27841f1.tar.bz2 aports-ded5ce1d44fbbc94a1a6740f8f32f9d1f27841f1.tar.xz |
main/firefox: use new omni.jar stuff
Diffstat (limited to 'main/firefox/mozconfig')
-rw-r--r-- | main/firefox/mozconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/main/firefox/mozconfig b/main/firefox/mozconfig index e6ec2d1c27..e68be73fac 100644 --- a/main/firefox/mozconfig +++ b/main/firefox/mozconfig @@ -25,6 +25,7 @@ ac_add_options --disable-updater ac_add_options --with-libxul-sdk=/usr/lib/xulrunner-devel-1.9.2 ac_add_options --enable-safe-browsing ac_add_options --with-branding=browser/branding/unofficial +ac_add_options --enable-chrome-format=jar export BUILD_OFFICIAL=1 export MOZILLA_OFFICIAL=1 |