2012-11-18 05:36:45 +00:00
|
|
|
. $topsrcdir/xulrunner/config/mozconfig
|
|
|
|
|
2017-10-22 17:17:39 +00:00
|
|
|
export CC=gcc-6
|
|
|
|
export CXX=g++-6
|
2017-06-28 20:05:00 +00:00
|
|
|
|
2012-11-18 05:36:45 +00:00
|
|
|
ac_add_options --prefix=/usr
|
|
|
|
ac_add_options --libdir=/usr/lib
|
|
|
|
|
2013-06-22 04:18:47 +00:00
|
|
|
# ALARM
|
2012-11-18 05:36:45 +00:00
|
|
|
ac_add_options --disable-elf-hack
|
2013-06-22 04:18:47 +00:00
|
|
|
ac_add_options --disable-neon
|
2016-06-23 00:50:15 +00:00
|
|
|
ac_add_options --disable-ion
|
2013-06-22 04:18:47 +00:00
|
|
|
|
|
|
|
# System libraries
|
2013-01-10 05:33:04 +00:00
|
|
|
ac_add_options --disable-webrtc
|
2012-11-18 05:36:45 +00:00
|
|
|
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
|
2014-06-16 04:35:12 +00:00
|
|
|
ac_add_options --with-system-icu
|
2016-06-21 02:30:39 +00:00
|
|
|
ac_add_options --with-system-graphite2
|
2017-04-29 16:35:29 +00:00
|
|
|
ac_add_options --enable-system-hunspell
|
2012-11-18 05:36:45 +00:00
|
|
|
ac_add_options --enable-system-sqlite
|
|
|
|
ac_add_options --enable-system-ffi
|
2014-01-04 16:24:12 +00:00
|
|
|
ac_add_options --enable-system-cairo
|
2012-11-18 05:36:45 +00:00
|
|
|
ac_add_options --enable-system-pixman
|
|
|
|
ac_add_options --with-pthreads
|
|
|
|
|
|
|
|
# Features
|
|
|
|
ac_add_options --enable-startup-notification
|
2014-06-16 04:35:12 +00:00
|
|
|
ac_add_options --enable-gstreamer=1.0
|
2012-11-18 05:36:45 +00:00
|
|
|
|
|
|
|
ac_add_options --disable-crashreporter
|
|
|
|
ac_add_options --disable-updater
|
|
|
|
ac_add_options --disable-tests
|
|
|
|
ac_add_options --disable-installer
|
2014-02-09 04:57:49 +00:00
|
|
|
|
|
|
|
# https://bugzilla.mozilla.org/show_bug.cgi?id=955876
|
2014-03-14 13:25:41 +00:00
|
|
|
#ac_add_options --enable-release
|
2017-06-28 20:05:00 +00:00
|
|
|
ac_add_options --disable-gold
|