From 91bc207faa831ddd350c4a9afbc0eb46b4b8ebbb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Sat, 10 Mar 2018 15:04:28 +0100 Subject: [PATCH] Revert "firefox: fix adobe-flash-plugin crashes" This reverts commit d7d84ec79bceb22a85fb14ebc71c37ec65034837. Currently fails to build thus revert this patch. --- srcpkgs/firefox/files/mozconfig | 1 + srcpkgs/firefox/template | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/firefox/files/mozconfig b/srcpkgs/firefox/files/mozconfig index 706d2fa22e1..5cbce2c9d67 100644 --- a/srcpkgs/firefox/files/mozconfig +++ b/srcpkgs/firefox/files/mozconfig @@ -47,5 +47,6 @@ ac_add_options BINDGEN_CFLAGS="-I/usr/include/nspr -I/usr/include/pixman-1" # needed to enable stylo at runtime by default ac_add_options --enable-stylo +ac_add_options --enable-release ac_add_options --enable-official-branding ac_add_options --enable-application=browser diff --git a/srcpkgs/firefox/template b/srcpkgs/firefox/template index 1453e3f562d..46956d04ab0 100644 --- a/srcpkgs/firefox/template +++ b/srcpkgs/firefox/template @@ -1,7 +1,7 @@ # Template build file for 'firefox'. pkgname=firefox version=58.0.2 -revision=2 +revision=1 short_desc="Mozilla Firefox web browser" maintainer="Juan RP " homepage="https://www.mozilla.org/firefox/" @@ -50,7 +50,6 @@ 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