2019-08-03 00:30:56 -06:00
|
|
|
ac_add_options --prefix=/usr
|
|
|
|
ac_add_options --libdir=/usr/lib
|
|
|
|
|
2019-08-10 05:02:50 -06:00
|
|
|
ac_add_options --without-system-nspr
|
|
|
|
ac_add_options --without-system-nss
|
|
|
|
ac_add_options --without-system-jpeg
|
|
|
|
ac_add_options --without-system-zlib
|
|
|
|
ac_add_options --without-system-bz2
|
|
|
|
ac_add_options --without-system-libvpx
|
2019-08-03 00:30:56 -06:00
|
|
|
ac_add_options --without-system-png
|
2019-08-10 05:02:50 -06:00
|
|
|
ac_add_options --without-system-pixman
|
|
|
|
ac_add_options --without-system-ffi
|
2019-08-03 00:30:56 -06:00
|
|
|
|
|
|
|
ac_add_options --disable-gconf
|
|
|
|
ac_add_options --disable-install-strip
|
|
|
|
ac_add_options --disable-strip
|
|
|
|
ac_add_options --disable-profiling
|
2019-08-03 06:13:11 -06:00
|
|
|
ac_add_options --disable-accessibility
|
2019-08-03 00:30:56 -06:00
|
|
|
ac_add_options --enable-optimize="$CFLAGS"
|
|
|
|
|
|
|
|
ac_add_options --enable-application=browser
|
2019-08-03 06:22:06 -06:00
|
|
|
ac_add_options --disable-system-extension-dirs
|
|
|
|
ac_add_options --enable-extensions=default,-skipgnomevfs,-skipgio
|
|
|
|
ac_add_options --disable-parental-controls
|
2019-08-03 00:30:56 -06:00
|
|
|
|
|
|
|
# musl
|
|
|
|
ac_add_options --disable-jemalloc
|
|
|
|
ac_add_options --disable-gold
|
|
|
|
ac_add_options --enable-release
|
|
|
|
|
|
|
|
# ALSA/PulseAudio (removed in 70)
|
|
|
|
ac_add_options --disable-pulseaudio
|
|
|
|
ac_add_options --enable-alsa
|
|
|
|
|
|
|
|
ac_add_options --disable-startup-notification
|
2019-08-03 01:31:32 -06:00
|
|
|
|
|
|
|
# Respect the user's privacy.
|
|
|
|
export MOZ_SERVICES_METRICS=0
|
|
|
|
export MOZ_PAY=0
|
|
|
|
export MOZ_SERVICES_HEALTHREPORTER=0
|
|
|
|
export MOZ_SERVICES_FXACCOUNTS=0
|
|
|
|
export MOZ_SERVICES_METRICS=0
|
|
|
|
export MOZ_DATA_REPORTING=0
|
|
|
|
export MOZ_DEVICES=0
|
|
|
|
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
|
|
|
|
ac_add_options --disable-webrtc
|
|
|
|
ac_add_options --disable-tests
|