Merge branch 'master' into f28
This commit is contained in:
commit
c8287ef3b8
10
firefox.spec
10
firefox.spec
@ -1,4 +1,3 @@
|
|||||||
# Use system nspr/nss?
|
|
||||||
%global system_nss 1
|
%global system_nss 1
|
||||||
%global system_sqlite 0
|
%global system_sqlite 0
|
||||||
%global system_ffi 1
|
%global system_ffi 1
|
||||||
@ -8,7 +7,6 @@
|
|||||||
%global hardened_build 1
|
%global hardened_build 1
|
||||||
%global system_jpeg 1
|
%global system_jpeg 1
|
||||||
|
|
||||||
# Make Wayland backend default?
|
|
||||||
%if 0%{?fedora} > 29
|
%if 0%{?fedora} > 29
|
||||||
%global wayland_backend_default 1
|
%global wayland_backend_default 1
|
||||||
%else
|
%else
|
||||||
@ -38,9 +36,9 @@
|
|||||||
%global debug_build 0
|
%global debug_build 0
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%global disable_elfhack 0
|
%global disable_elfhack 0
|
||||||
%if 0%{?fedora} > 28
|
%if 0%{?fedora} > 28
|
||||||
%global disable_elfhack 1
|
%global disable_elfhack 1
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%global default_bookmarks_file %{_datadir}/bookmarks/default-bookmarks.html
|
%global default_bookmarks_file %{_datadir}/bookmarks/default-bookmarks.html
|
||||||
@ -409,8 +407,10 @@ echo "ac_add_options --disable-optimize" >> .mozconfig
|
|||||||
%else
|
%else
|
||||||
%global optimize_flags "none"
|
%global optimize_flags "none"
|
||||||
%ifarch armv7hl
|
%ifarch armv7hl
|
||||||
# ARMv7 need that (rhbz#1426850)
|
# ARMv7 needs that (rhbz#1426850)
|
||||||
%global optimize_flags "-g -O2 -fno-schedule-insns"
|
%global optimize_flags "-g -O2 -fno-schedule-insns"
|
||||||
|
# Disable libaom due to rhbz#1641623
|
||||||
|
echo "ac_add_options --disable-av1" >> .mozconfig
|
||||||
%endif
|
%endif
|
||||||
%ifarch ppc64le aarch64
|
%ifarch ppc64le aarch64
|
||||||
%global optimize_flags "-g -O2"
|
%global optimize_flags "-g -O2"
|
||||||
|
Loading…
Reference in New Issue
Block a user