diff options
author | William Pitcock <nenolod@dereferenced.org> | 2011-05-09 09:32:04 -0500 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2011-05-09 09:32:23 -0500 |
commit | e05ea01f821b7ff346ad7eb676f21cc4eb07682f (patch) | |
tree | 6792c938488bde7714bbccf5f8e910a894a35df1 /main/firefox/mozconfig | |
parent | 1a8893a8cd9fd3629db8094e9e38bf8b0e773d27 (diff) | |
download | aports-e05ea01f821b7ff346ad7eb676f21cc4eb07682f.tar.bz2 aports-e05ea01f821b7ff346ad7eb676f21cc4eb07682f.tar.xz |
main/firefox: fix compile
Diffstat (limited to 'main/firefox/mozconfig')
-rw-r--r-- | main/firefox/mozconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/firefox/mozconfig b/main/firefox/mozconfig index 2b4dfbf011..f74194a4bb 100644 --- a/main/firefox/mozconfig +++ b/main/firefox/mozconfig @@ -22,7 +22,7 @@ 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-1.9.2 +ac_add_options --with-libxul-sdk=/usr/lib/xulrunner-devel-2.0 ac_add_options --enable-safe-browsing ac_add_options --with-branding=other-licenses/branding/firefox ac_add_options --enable-chrome-format=jar |