mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
42 lines
1.1 KiB
Bash
42 lines
1.1 KiB
Bash
ac_add_options --enable-application=mail
|
|
|
|
ac_add_options --prefix=/usr
|
|
ac_add_options --libdir=/usr/lib
|
|
ac_add_options --enable-release
|
|
ac_add_options --enable-pie
|
|
|
|
ac_add_options --enable-official-branding
|
|
|
|
# ALARM
|
|
ac_add_options --disable-elf-hack
|
|
ac_add_options --disable-neon
|
|
ac_add_options --disable-webrtc
|
|
ac_add_options --disable-debug
|
|
ac_add_options --disable-debug-symbols
|
|
|
|
# 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-calendar
|
|
ac_add_options --enable-startup-notification
|
|
ac_add_options --disable-gstreamer
|
|
|
|
ac_add_options --disable-updater
|
|
ac_add_options --disable-installer
|
|
ac_add_options --disable-crashreporter
|
|
|
|
STRIP_FLAGS="--strip-debug"
|
|
|
|
# vim:set ft=sh:
|