1
0

- disable rust usage for PPC64LE

OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/MozillaFirefox?expand=0&rev=577
This commit is contained in:
Wolfgang Rosenauer 2017-03-20 15:41:53 +00:00 committed by Git OBS Bridge
parent 39f56adaf0
commit 43203c9622
2 changed files with 9 additions and 0 deletions

View File

@ -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

View File

@ -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"