- disable rust usage for everything but x86(-64)

OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/MozillaFirefox?expand=0&rev=578
This commit is contained in:
Wolfgang Rosenauer 2017-03-20 16:07:00 +00:00 committed by Git OBS Bridge
parent 43203c9622
commit ae8683e30d
2 changed files with 3 additions and 5 deletions

View File

@ -1,7 +1,7 @@
-------------------------------------------------------------------
Mon Mar 20 15:35:57 UTC 2017 - wr@rosenauer.org
- disable rust usage for PPC64LE
- disable rust usage for everything but x86(-64)
-------------------------------------------------------------------
Fri Mar 17 15:43:29 UTC 2017 - wr@rosenauer.org

View File

@ -28,12 +28,10 @@
%if 0%{?suse_version} > 1320
%define firefox_use_gtk3 1
%define firefox_use_rust 1
%endif
# Firefox is not prepared for ppc64le rust
%ifarch ppc64le
%ifarch %ix86 x86_64
%define firefox_use_rust 0
%endif
%endif
# general build definitions
%if "%{update_channel}" != "aurora"