2019-08-03 00:30:56 -06:00
|
|
|
ac_add_options --prefix=/usr
|
|
|
|
ac_add_options --libdir=/usr/lib
|
|
|
|
|
2019-09-02 06:35:43 -06:00
|
|
|
ac_add_options --enable-official-branding
|
|
|
|
ac_add_options --enable-optimize="$CFLAGS"
|
|
|
|
ac_add_options --enable-install-strip
|
|
|
|
ac_add_options --enable-strip
|
|
|
|
|
2019-08-10 05:02:50 -06:00
|
|
|
ac_add_options --without-system-nspr
|
|
|
|
ac_add_options --without-system-nss
|
2019-09-02 06:35:43 -06:00
|
|
|
ac_add_options --with-system-jpeg
|
|
|
|
ac_add_options --with-system-zlib
|
|
|
|
ac_add_options --with-system-bz2
|
|
|
|
ac_add_options --with-system-png
|
|
|
|
|
|
|
|
# System 'libvpx' is too new.
|
2019-08-10 05:02:50 -06:00
|
|
|
ac_add_options --without-system-libvpx
|
2019-09-02 06:35:43 -06:00
|
|
|
|
|
|
|
ac_add_options --with-system-pixman
|
|
|
|
ac_add_options --with-system-ffi
|
2019-08-03 00:30:56 -06:00
|
|
|
|
|
|
|
ac_add_options --disable-gconf
|
|
|
|
ac_add_options --disable-profiling
|
2019-08-03 06:13:11 -06:00
|
|
|
ac_add_options --disable-accessibility
|
2019-09-02 06:35:43 -06:00
|
|
|
ac_add_options --disable-tests
|
2019-08-03 06:22:06 -06:00
|
|
|
ac_add_options --disable-system-extension-dirs
|
|
|
|
ac_add_options --disable-parental-controls
|
2019-09-02 06:35:43 -06:00
|
|
|
ac_add_options --disable-debug-symbols
|
|
|
|
ac_add_options --disable-callgrind
|
|
|
|
ac_add_options --disable-vtune
|
2019-08-03 00:30:56 -06:00
|
|
|
|
2019-10-16 16:06:33 -06:00
|
|
|
# Settings for musl.
|
2019-09-02 06:35:43 -06:00
|
|
|
ac_add_options --disable-elf-hack
|
2019-08-03 00:30:56 -06:00
|
|
|
ac_add_options --disable-gold
|
2019-09-02 06:35:43 -06:00
|
|
|
ac_add_options --disable-jemalloc
|
2019-08-03 00:30:56 -06:00
|
|
|
ac_add_options --enable-release
|
|
|
|
|
2020-01-01 04:49:29 -07:00
|
|
|
# ALSA/PulseAudio (removed in 70 (still present in 71b4(?!))
|
2019-08-03 00:30:56 -06:00
|
|
|
ac_add_options --disable-pulseaudio
|
|
|
|
ac_add_options --enable-alsa
|
|
|
|
|
|
|
|
ac_add_options --disable-startup-notification
|
2019-08-03 01:31:32 -06:00
|
|
|
|
2019-09-02 06:35:43 -06:00
|
|
|
# Respect the user.
|
2019-10-28 14:49:57 -06:00
|
|
|
ac_add_options MOZ_SERVICES_METRICS=
|
|
|
|
ac_add_options MOZ_PAY=
|
|
|
|
ac_add_options MOZ_SERVICES_HEALTHREPORTER=
|
|
|
|
ac_add_options MOZ_SERVICES_FXACCOUNTS=
|
|
|
|
ac_add_options MOZ_SERVICES_METRICS=
|
|
|
|
ac_add_options MOZ_DATA_REPORTING=
|
|
|
|
ac_add_options MOZ_DEVICES=
|
|
|
|
ac_add_options MOZ_REQUIRE_SIGNING=
|
|
|
|
ac_add_options MOZ_TELEMETRY_REPORTING=
|
2019-08-03 01:31:32 -06:00
|
|
|
ac_add_options --disable-crashreporter
|
|
|
|
ac_add_options --disable-updater
|
|
|
|
ac_add_options --disable-dbus
|
|
|
|
ac_add_options --disable-eme
|
2019-08-03 01:36:57 -06:00
|
|
|
ac_add_options --disable-necko-wifi
|