extra/thunderbird fix

This commit is contained in:
Kevin Mihelich 2016-05-15 02:10:06 +00:00
parent 788bad141d
commit a30523bd66

View file

@ -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() {