diff options
author | William Pitcock <nenolod@dereferenced.org> | 2011-07-10 22:32:11 -0500 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2011-07-10 22:32:11 -0500 |
commit | 4fe57a7b7e55c13493cbebfe555cfbccc750b8ee (patch) | |
tree | aa5cf0355f921e22fd8ca493218fdf21d68f6eb0 /main/firefox/mozconfig | |
parent | 23fa9204d880044df5ed2eb6fe1036aff41bdf08 (diff) | |
download | aports-4fe57a7b7e55c13493cbebfe555cfbccc750b8ee.tar.bz2 aports-4fe57a7b7e55c13493cbebfe555cfbccc750b8ee.tar.xz |
main/firefox: update to 5.0.
Diffstat (limited to 'main/firefox/mozconfig')
-rw-r--r-- | main/firefox/mozconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/main/firefox/mozconfig b/main/firefox/mozconfig index 1ec6b90b30..090477ae1b 100644 --- a/main/firefox/mozconfig +++ b/main/firefox/mozconfig @@ -22,10 +22,11 @@ ac_add_options --enable-startup-notification ac_add_options --enable-libxul ac_add_options --disable-crashreporter ac_add_options --disable-updater -ac_add_options --with-libxul-sdk=/usr/lib/xulrunner-devel-2.0.1 +ac_add_options --with-libxul-sdk=/usr/lib/xulrunner-devel-5.0 ac_add_options --enable-safe-browsing ac_add_options --with-branding=other-licenses/branding/firefox ac_add_options --enable-chrome-format=jar +ac_add_options --disable-elf-hack export BUILD_OFFICIAL=1 export MOZILLA_OFFICIAL=1 |