mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/thunderbird: fix
This commit is contained in:
parent
e8fa064e5f
commit
dddd7f9e79
1 changed files with 2 additions and 1 deletions
|
@ -66,7 +66,7 @@ ac_add_options --enable-release
|
|||
# https://bugzilla.mozilla.org/show_bug.cgi?id=1521249
|
||||
#ac_add_options --enable-rust-simd
|
||||
# https://bugzilla.mozilla.org/show_bug.cgi?id=1423822
|
||||
ac_add_options --disable-elf-hack
|
||||
#ac_add_options --disable-elf-hack
|
||||
|
||||
# Branding
|
||||
ac_add_options --enable-official-branding
|
||||
|
@ -103,6 +103,7 @@ ac_add_options --disable-gconf
|
|||
END
|
||||
|
||||
if [[ $CARCH == "armv7h" ]]; then
|
||||
echo "ac_add_options --disable-elf-hack" >> .mozconfig
|
||||
echo 'ac_add_options --enable-optimize="-g -O2 -fno-schedule-insns"' >> .mozconfig
|
||||
elif [[ $CARCH == "aarch64" ]]; then
|
||||
echo 'ac_add_options --enable-optimize="-O2"' >> .mozconfig
|
||||
|
|
Loading…
Reference in a new issue