diff --git a/srcpkgs/firefox-esr/template b/srcpkgs/firefox-esr/template index 3bb9e3cc49a..3561e56f69f 100644 --- a/srcpkgs/firefox-esr/template +++ b/srcpkgs/firefox-esr/template @@ -60,6 +60,9 @@ do_build() { echo "ac_add_options --disable-jemalloc" >>.mozconfig echo "ac_add_options --enable-gold=no" >>.mozconfig ;; + arm*) + echo "ac_add_options --enable-gold=no" >>.mozconfig + ;; esac if [ "$CROSS_BUILD" ]; then