Disable arm for now - does not build
This commit is contained in:
parent
d0a850fb23
commit
bb61945f59
@ -1,3 +1,6 @@
|
|||||||
|
# Build for arm architecture?
|
||||||
|
%define disable_arm 1
|
||||||
|
|
||||||
# Use system nspr/nss?
|
# Use system nspr/nss?
|
||||||
%define system_nss 1
|
%define system_nss 1
|
||||||
|
|
||||||
@ -83,6 +86,10 @@
|
|||||||
%global tarballdir mozilla-release
|
%global tarballdir mozilla-release
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
%if %{disable_arm}
|
||||||
|
ExcludeArch: %{arm}
|
||||||
|
%endif
|
||||||
|
|
||||||
Summary: Mozilla Firefox Web browser
|
Summary: Mozilla Firefox Web browser
|
||||||
Name: firefox
|
Name: firefox
|
||||||
Version: 28.0
|
Version: 28.0
|
||||||
|
Loading…
Reference in New Issue
Block a user