extra/firefox: fix

This commit is contained in:
Kevin Mihelich 2018-10-05 01:08:34 +00:00
parent 5c1435fa17
commit bbd6950f06

View file

@ -31,7 +31,7 @@ options=(!emptydirs !makeflags !strip)
source=("https://hg.mozilla.org/releases/mozilla-release/archive/FIREFOX_${pkgver//./_}_RELEASE.tar.gz"
$pkgname.desktop firefox-symbolic.svg
https://hg.mozilla.org/mozilla-central/raw-rev/537f4d1d837a)
sha256sums=('41f780eedfeeebb8f2ac64f98cc3078247396aa8bdc8d5b0f671767f8c18baec'
sha256sums=('c2ad388caa2d679c0740090c7071b4fa91c7ba0d7cea9aac2aad465a801ba257'
'677e1bde4c6b3cff114345c211805c7c43085038ca0505718a11e96432e9811a'
'9a1a572dc88014882d54ba2d3079a1cf5b28fa03c5976ed2cb763c93dabbd797'
'9fa42f3a4ccd255b56f4157119c08ff19df9f972aa25af4cbb685e3683139c24')
@ -101,7 +101,8 @@ 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
echo 'ac_add_options --enable-optimize="-O2 -fno-schedule-insns"' >> .mozconfig
export RUSTFLAGS="-Cdebuginfo=0"
elif [[ $CARCH == "aarch64" ]]; then
echo 'ac_add_options --enable-optimize="-O2"' >> .mozconfig
fi