2016-08-07 16:54:57 +00:00
|
|
|
ac_add_options --enable-application=browser
|
2015-03-21 02:42:52 +00:00
|
|
|
|
|
|
|
ac_add_options --prefix=/usr
|
2015-12-16 14:42:15 +00:00
|
|
|
ac_add_options --enable-release
|
2015-07-03 01:23:30 +00:00
|
|
|
ac_add_options --enable-pie
|
2015-03-21 02:42:52 +00:00
|
|
|
|
2016-08-07 16:54:57 +00:00
|
|
|
# Release branding
|
2015-03-21 02:42:52 +00:00
|
|
|
ac_add_options --enable-official-branding
|
2016-08-07 16:54:57 +00:00
|
|
|
ac_add_options --enable-update-channel=release
|
|
|
|
MOZ_ADDON_SIGNING=1
|
|
|
|
MOZ_REQUIRE_SIGNING=1
|
2015-03-21 02:42:52 +00:00
|
|
|
|
2016-08-06 01:08:12 +00:00
|
|
|
# ALARM
|
|
|
|
ac_add_options --disable-webrtc
|
2015-08-09 03:09:56 +00:00
|
|
|
|
2015-03-21 02:42:52 +00:00
|
|
|
# System libraries
|
|
|
|
ac_add_options --with-system-nspr
|
|
|
|
ac_add_options --with-system-nss
|
2016-04-29 18:14:57 +00:00
|
|
|
ac_add_options --with-system-icu
|
2015-03-21 02:42:52 +00:00
|
|
|
ac_add_options --with-system-jpeg
|
|
|
|
ac_add_options --with-system-zlib
|
|
|
|
ac_add_options --with-system-bz2
|
|
|
|
ac_add_options --with-system-libevent
|
|
|
|
ac_add_options --with-system-libvpx
|
|
|
|
ac_add_options --enable-system-hunspell
|
|
|
|
ac_add_options --enable-system-sqlite
|
|
|
|
ac_add_options --enable-system-ffi
|
|
|
|
ac_add_options --enable-system-pixman
|
|
|
|
|
|
|
|
# Features
|
|
|
|
ac_add_options --enable-startup-notification
|
|
|
|
ac_add_options --disable-updater
|
2016-04-29 18:14:57 +00:00
|
|
|
ac_add_options --disable-crashreporter
|
|
|
|
|
|
|
|
STRIP_FLAGS="--strip-debug"
|
2015-03-21 02:42:52 +00:00
|
|
|
|
|
|
|
# vim:set ft=sh:
|