summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2019-07-24 18:31:18 +0200
committerMartin Stransky <stransky@redhat.com>2019-07-24 18:31:18 +0200
commit77e9ffc8d39bba62a06187035335d2f8efe2c657 (patch)
tree2464cff70c329cd68cd2a35efbfa028176a2cafd /firefox.spec
parentTemporary set -j2 on all arches to test koji builds (diff)
downloadlibrewolf-fedora-ff-77e9ffc8d39bba62a06187035335d2f8efe2c657.tar.gz
librewolf-fedora-ff-77e9ffc8d39bba62a06187035335d2f8efe2c657.tar.bz2
librewolf-fedora-ff-77e9ffc8d39bba62a06187035335d2f8efe2c657.zip
Added fix for rhbz#1709840
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec10
1 files changed, 6 insertions, 4 deletions
diff --git a/firefox.spec b/firefox.spec
index d078dd4..7d72bd6 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -142,6 +142,7 @@ Patch412: mozilla-1337988.patch
Patch415: Bug-1238661---fix-mozillaSignalTrampoline-to-work-.patch
Patch417: bug1375074-save-restore-x28.patch
Patch418: mozilla-1512162.patch
+Patch419: mozilla-1568569.patch
# Wayland specific upstream patches
Patch574: firefox-pipewire.patch
@@ -321,6 +322,10 @@ This package contains results of tests executed during build.
%endif
%patch3 -p1 -b .arm
%patch44 -p1 -b .build-arm-libopus
+# Patch for big endian platforms only
+%if 0%{?big_endian}
+%patch26 -p1 -b .icu
+%endif
# Fedora patches
%patch215 -p1 -b .addons
@@ -340,10 +345,7 @@ This package contains results of tests executed during build.
%patch415 -p1 -b .1238661
%endif
%patch418 -p1 -b .1512162
-# Patch for big endian platforms only
-%if 0%{?big_endian}
-%patch26 -p1 -b .icu
-%endif
+%patch419 -p1 -b .1568569
# Wayland specific upstream patches
%patch574 -p1 -b .firefox-pipewire
bgstack15