diff --git a/srcpkgs/firefox/template b/srcpkgs/firefox/template index 71d8cabbccc..00dfa37b9b5 100644 --- a/srcpkgs/firefox/template +++ b/srcpkgs/firefox/template @@ -4,7 +4,7 @@ # pkgname=firefox version=59.0.2 -revision=2 +revision=3 short_desc="Mozilla Firefox web browser" maintainer="Juan RP " homepage="https://www.mozilla.org/firefox/" @@ -54,6 +54,7 @@ do_build() { *-musl) echo "ac_add_options --disable-jemalloc" >>.mozconfig echo "ac_add_options --disable-gold" >>.mozconfig + echo "ac_add_options --enable-release" >>.mozconfig ;; esac