diff -r 34bd1eb1cbd7 -r 35d341c079b2 MozillaFirefox/MozillaFirefox.spec --- a/MozillaFirefox/MozillaFirefox.spec Sat Mar 18 09:28:50 2017 +0100 +++ b/MozillaFirefox/MozillaFirefox.spec Mon Mar 20 16:44:08 2017 +0100 @@ -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"