diff --git a/MozillaFirefox.changes b/MozillaFirefox.changes index 404d4532..7873173e 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 93cfdbc4..49587511 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"