forked from pool/MozillaFirefox
- 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:
parent
43203c9622
commit
ae8683e30d
@ -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
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user