mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
37 lines
948 B
Bash
37 lines
948 B
Bash
ac_add_options --enable-application=browser
|
|
|
|
ac_add_options --prefix=/usr
|
|
ac_add_options --enable-release
|
|
ac_add_options --enable-pie
|
|
|
|
# Release branding
|
|
ac_add_options --enable-official-branding
|
|
ac_add_options --enable-update-channel=release
|
|
MOZ_ADDON_SIGNING=1
|
|
MOZ_REQUIRE_SIGNING=1
|
|
|
|
# ALARM
|
|
ac_add_options --disable-webrtc
|
|
|
|
# System libraries
|
|
ac_add_options --with-system-nspr
|
|
ac_add_options --with-system-nss
|
|
ac_add_options --with-system-icu
|
|
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
|
|
ac_add_options --disable-crashreporter
|
|
|
|
STRIP_FLAGS="--strip-debug"
|
|
|
|
# vim:set ft=sh:
|