disable rust for ppc64le firefox52
authorWolfgang Rosenauer <wr@rosenauer.org>
Mon, 20 Mar 2017 16:44:08 +0100
branchfirefox52
changeset 947 35d341c079b2
parent 946 34bd1eb1cbd7
child 948 6c4f1ff135d3
disable rust for ppc64le
MozillaFirefox/MozillaFirefox.changes
MozillaFirefox/MozillaFirefox.spec
--- 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)
--- 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"