Skip to content

Commit

Permalink
FF.spec: Update to current state of s390x patches.
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Sirringhaus committed Aug 14, 2019
1 parent d9b682a commit 2618c5d
Show file tree
Hide file tree
Showing 14 changed files with 29 additions and 0 deletions.
22 changes: 22 additions & 0 deletions firefox/MozillaFirefox.spec
Expand Up @@ -177,6 +177,13 @@ Patch18: mozilla-s390-bigendian.patch
Patch19: mozilla-s390-context.patch
Patch20: mozilla-ppc-altivec_static_inline.patch
Patch21: mozilla-reduce-rust-debuginfo.patch
Patch22: mozilla-bmo1564900.patch
Patch23: mozilla-media-mime-type.patch
Patch24: mozilla-bmo1504834-part1.patch
Patch25: mozilla-bmo1504834-part2.patch
Patch26: mozilla-bmo1504834-part3.patch
Patch27: mozilla-bmo1511604.patch
Patch28: mozilla-bmo1554971.patch
# Firefox/browser
Patch101: firefox-kde.patch
Patch102: firefox-branded-icons.patch
Expand Down Expand Up @@ -310,6 +317,15 @@ cd $RPM_BUILD_DIR/%{source_prefix}
%endif
%patch20 -p1
%patch21 -p1
%patch22 -p1
%ifarch s390x
%patch23 -p1
%patch24 -p1
%patch25 -p1
%patch26 -p1
%patch27 -p1
%patch28 -p1
%endif
# Firefox
%patch101 -p1
%patch102 -p1
Expand Down Expand Up @@ -414,8 +430,14 @@ ac_add_options --enable-default-toolkit=cairo-gtk3
%endif
# gcc7 (boo#104105)
%if 0%{?suse_version} > 1320
%ifarch s390x
# Possible bug in gcc: https://github.com/openSUSE/firefox-maintenance/issues/15
# This is a mildly ugly workaround
ac_add_options --enable-optimize="-g -O1"
%else
ac_add_options --enable-optimize="-g -O2"
%endif
%endif
%ifarch %ix86 %arm aarch64
%if 0%{?suse_version} > 1230
ac_add_options --disable-optimize
Expand Down
1 change: 1 addition & 0 deletions firefox/mozilla-bmo1504834-part1.patch
1 change: 1 addition & 0 deletions firefox/mozilla-bmo1504834-part2.patch
1 change: 1 addition & 0 deletions firefox/mozilla-bmo1504834-part3.patch
1 change: 1 addition & 0 deletions firefox/mozilla-bmo1511604.patch
1 change: 1 addition & 0 deletions firefox/mozilla-bmo1554971.patch
1 change: 1 addition & 0 deletions firefox/mozilla-bmo1564900.patch
1 change: 1 addition & 0 deletions firefox/mozilla-media-mime-type.patch
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 2618c5d

Please sign in to comment.