Build fixes
This commit is contained in:
parent
07987149e6
commit
0316481767
10
firefox.spec
10
firefox.spec
@ -5,11 +5,17 @@
|
|||||||
%global build_with_asan 0
|
%global build_with_asan 0
|
||||||
|
|
||||||
# Temporary disabled, filed as rhbz#1862012
|
# Temporary disabled, filed as rhbz#1862012
|
||||||
# ExcludeArch: ppc64le
|
%if 0%{?fedora} == 33
|
||||||
|
ExcludeArch: ppc64le
|
||||||
|
%endif
|
||||||
# Disabled due to https://pagure.io/fedora-infrastructure/issue/7581
|
# Disabled due to https://pagure.io/fedora-infrastructure/issue/7581
|
||||||
# ExcludeArch: s390x
|
# ExcludeArch: s390x
|
||||||
# Temporary disabled, filed as rhbz#1872111
|
# Temporary disabled, filed as rhbz#1872111
|
||||||
# ExcludeArch: aarch64
|
# ExcludeArch: aarch64
|
||||||
|
# Temporary disabled, filed as rhbz#1878519
|
||||||
|
%if 0%{?fedora} > 32
|
||||||
|
ExcludeArch: armv7hl
|
||||||
|
%endif
|
||||||
|
|
||||||
%global enable_mozilla_crashreporter 0
|
%global enable_mozilla_crashreporter 0
|
||||||
%ifarch x86_64 %{ix86}
|
%ifarch x86_64 %{ix86}
|
||||||
@ -472,7 +478,7 @@ echo "ac_add_options --without-system-libvpx" >> .mozconfig
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%ifarch s390 s390x
|
%ifarch s390 s390x
|
||||||
echo "ac_add_options --disable-ion" >> .mozconfig
|
echo "ac_add_options --disable-jit" >> .mozconfig
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if %{build_with_asan}
|
%if %{build_with_asan}
|
||||||
|
Loading…
Reference in New Issue
Block a user