# HG changeset patch # User Wolfgang Rosenauer # Date 1490024648 -3600 # Node ID 35d341c079b22ef77729a7831a1e033859ef37c2 # Parent 34bd1eb1cbd7a7599932b2a31dc529fb481d73a6 disable rust for ppc64le diff -r 34bd1eb1cbd7 -r 35d341c079b2 MozillaFirefox/MozillaFirefox.changes --- a/MozillaFirefox/MozillaFirefox.changes Sat Mar 18 09:28:50 2017 +0100 +++ b/MozillaFirefox/MozillaFirefox.changes Mon Mar 20 16:44:08 2017 +0100 @@ -1,4 +1,9 @@ ------------------------------------------------------------------- +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 - update to Firefox 52.0.1 (boo#1029822) 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"