2013-04-28 16:58:07 +08:00
|
|
|
ac_add_options --enable-application=mail
|
|
|
|
|
2013-11-18 02:39:15 +08:00
|
|
|
ac_add_options --prefix=/usr
|
|
|
|
ac_add_options --libdir=/usr/lib
|
2016-04-21 20:17:52 +08:00
|
|
|
ac_add_options --enable-release
|
|
|
|
ac_add_options --enable-gold
|
|
|
|
ac_add_options --enable-pie
|
2017-04-08 15:54:04 +08:00
|
|
|
ac_add_options --enable-rust
|
2016-04-21 20:17:52 +08:00
|
|
|
|
2017-04-08 15:54:04 +08:00
|
|
|
ac_add_options --enable-default-toolkit=cairo-gtk3
|
2013-04-28 16:58:07 +08:00
|
|
|
|
|
|
|
# System libraries
|
|
|
|
ac_add_options --with-system-nspr
|
|
|
|
ac_add_options --with-system-nss
|
|
|
|
ac_add_options --with-system-jpeg
|
|
|
|
ac_add_options --with-system-zlib
|
|
|
|
ac_add_options --with-system-bz2
|
|
|
|
ac_add_options --with-system-png
|
|
|
|
ac_add_options --with-system-libevent
|
|
|
|
ac_add_options --with-system-libvpx
|
2015-07-11 17:40:10 +08:00
|
|
|
ac_add_options --with-system-icu
|
2013-04-28 16:58:07 +08:00
|
|
|
ac_add_options --enable-system-hunspell
|
|
|
|
ac_add_options --enable-system-sqlite
|
|
|
|
ac_add_options --enable-system-ffi
|
2015-07-11 17:40:10 +08:00
|
|
|
ac_add_options --enable-system-cairo
|
2013-04-28 16:58:07 +08:00
|
|
|
ac_add_options --enable-system-pixman
|
|
|
|
|
|
|
|
# Features
|
|
|
|
ac_add_options --enable-official-branding
|
2017-04-08 15:54:04 +08:00
|
|
|
ac_add_options --enable-update-channel=release
|
|
|
|
ac_add_options --with-distribution-id=org.chakralinux
|
2013-04-28 16:58:07 +08:00
|
|
|
ac_add_options --enable-safe-browsing
|
|
|
|
ac_add_options --enable-startup-notification
|
|
|
|
ac_add_options --enable-gio
|
2016-04-22 00:41:47 +08:00
|
|
|
ac_add_options --disable-gstreamer
|
2016-04-22 21:15:22 +08:00
|
|
|
ac_add_options --enable-calendar
|
2013-04-28 16:58:07 +08:00
|
|
|
|
|
|
|
ac_add_options --disable-gnomevfs
|
2016-11-09 22:17:59 +08:00
|
|
|
ac_add_options --disable-gconf
|
2013-04-28 16:58:07 +08:00
|
|
|
ac_add_options --disable-crashreporter
|
|
|
|
ac_add_options --disable-updater
|
|
|
|
ac_add_options --disable-tests
|
|
|
|
ac_add_options --disable-mochitest
|
|
|
|
ac_add_options --disable-installer
|
2014-08-03 03:18:20 +08:00
|
|
|
ac_add_options --disable-debug-symbols
|
2013-04-28 16:58:07 +08:00
|
|
|
|
|
|
|
# Optimization
|
|
|
|
ac_add_options --enable-optimize
|
|
|
|
|
|
|
|
export MOZILLA_OFFICIAL=1
|
|
|
|
mk_add_options MOZILLA_OFFICIAL=1
|