forked from pool/MozillaFirefox
- 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:
parent
39f56adaf0
commit
43203c9622
@ -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
|
Fri Mar 17 15:43:29 UTC 2017 - wr@rosenauer.org
|
||||||
|
|
||||||
|
@ -30,6 +30,10 @@
|
|||||||
%define firefox_use_gtk3 1
|
%define firefox_use_gtk3 1
|
||||||
%define firefox_use_rust 1
|
%define firefox_use_rust 1
|
||||||
%endif
|
%endif
|
||||||
|
# Firefox is not prepared for ppc64le rust
|
||||||
|
%ifarch ppc64le
|
||||||
|
%define firefox_use_rust 0
|
||||||
|
%endif
|
||||||
|
|
||||||
# general build definitions
|
# general build definitions
|
||||||
%if "%{update_channel}" != "aurora"
|
%if "%{update_channel}" != "aurora"
|
||||||
|
Loading…
Reference in New Issue
Block a user