mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
extra/thunderbird: fix
This commit is contained in:
parent
8794ec6bf7
commit
18e2347af9
1 changed files with 6 additions and 3 deletions
|
@ -73,8 +73,8 @@ ac_add_options --enable-calendar
|
|||
|
||||
ac_add_options --prefix=/usr
|
||||
ac_add_options --enable-release
|
||||
ac_add_options --enable-gold
|
||||
ac_add_options --enable-pie
|
||||
#ac_add_options --enable-gold
|
||||
#ac_add_options --enable-pie
|
||||
|
||||
# Branding
|
||||
ac_add_options --enable-official-branding
|
||||
|
@ -108,9 +108,12 @@ ac_add_options --disable-updater
|
|||
STRIP_FLAGS="--strip-debug"
|
||||
|
||||
ac_add_options --disable-elf-hack
|
||||
ac_add_options --disable-ion
|
||||
ac_add_options --disable-webrtc
|
||||
END
|
||||
|
||||
if [[ $CARCH == "armv7h" ]]; then
|
||||
echo 'ac_add_options --enable-optimize="-g -O2 -fno-schedule-insns"' >> .mozconfig
|
||||
fi
|
||||
}
|
||||
|
||||
build() {
|
||||
|
|
Loading…
Reference in a new issue