mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
extra/thunderbird fix
This commit is contained in:
parent
788bad141d
commit
a30523bd66
1 changed files with 4 additions and 1 deletions
|
@ -86,7 +86,10 @@ prepare() {
|
|||
mkdir "$srcdir/path"
|
||||
ln -s /usr/bin/python2 "$srcdir/path/python"
|
||||
|
||||
[[ $CARCH == "aarch64" ]] && echo "ac_add_options --disable-jemalloc" >> .mozconfig
|
||||
if [[ $CARCH == "aarch64" ]]; then
|
||||
echo "ac_add_options --disable-jemalloc" >> .mozconfig
|
||||
echo 'ac_add_options --enable-optimize="-O2"' >> .mozconfig
|
||||
fi
|
||||
}
|
||||
|
||||
build() {
|
||||
|
|
Loading…
Reference in a new issue