From 43203c9622d8458dc9c9b5d7dc1c4749e92db4fbd9f3adbcab9fcbf14d69d6c7 Mon Sep 17 00:00:00 2001 From: Wolfgang Rosenauer Date: Mon, 20 Mar 2017 15:41:53 +0000 Subject: [PATCH] - disable rust usage for PPC64LE OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/MozillaFirefox?expand=0&rev=577 --- MozillaFirefox.changes | 5 +++++ MozillaFirefox.spec | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/MozillaFirefox.changes b/MozillaFirefox.changes index 404d453..7873173 100644 --- a/MozillaFirefox.changes +++ b/MozillaFirefox.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Mar 20 15:35:57 UTC 2017 - wr@rosenauer.org + +- disable rust usage for PPC64LE + ------------------------------------------------------------------- Fri Mar 17 15:43:29 UTC 2017 - wr@rosenauer.org diff --git a/MozillaFirefox.spec b/MozillaFirefox.spec index 93cfdbc..4958751 100644 --- a/MozillaFirefox.spec +++ b/MozillaFirefox.spec @@ -30,6 +30,10 @@ %define firefox_use_gtk3 1 %define firefox_use_rust 1 %endif +# Firefox is not prepared for ppc64le rust +%ifarch ppc64le +%define firefox_use_rust 0 +%endif # general build definitions %if "%{update_channel}" != "aurora"