From b7c36a753bc92b48c1b472914f7b141bd704a0fa Mon Sep 17 00:00:00 2001 From: Martin Stransky Date: Mon, 9 Dec 2019 19:05:40 +0100 Subject: Enable mozilla crashreporter on intel only --- firefox.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/firefox.spec b/firefox.spec index 4f59c8b..a63efe5 100644 --- a/firefox.spec +++ b/firefox.spec @@ -9,6 +9,12 @@ ExcludeArch: armv7hl # Disabled due to https://pagure.io/fedora-infrastructure/issue/7581 ExcludeArch: s390x +%ifarch x86_64 %{ix86} +%global enable_mozilla_crashreporter 1 +%else +%global enable_mozilla_crashreporter 0 +%endif + %global system_nss 1 %global system_ffi 1 %global system_libvpx 0 @@ -76,8 +82,6 @@ ExcludeArch: s390x %bcond_without langpacks -%global enable_mozilla_crashreporter 1 - %if !%{release_build} %global pre_tag .npgo %endif -- cgit