summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorDan Horák <dan@danny.cz>2018-11-01 23:07:50 +0100
committerDan Horák <dan@danny.cz>2018-11-01 23:08:18 +0100
commit7dca0ec25c2f3c57717247fd4431b8c3b21f0f4a (patch)
tree616282486fdc2cc9fdaca2536392e7c9b6c5bfca /firefox.spec
parentFixed typo on man page (rhbz#1643766) (diff)
downloadlibrewolf-fedora-ff-7dca0ec25c2f3c57717247fd4431b8c3b21f0f4a.tar.gz
librewolf-fedora-ff-7dca0ec25c2f3c57717247fd4431b8c3b21f0f4a.tar.bz2
librewolf-fedora-ff-7dca0ec25c2f3c57717247fd4431b8c3b21f0f4a.zip
Fix crash during start on ppc64le (rhbz#1643729)
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec2
1 files changed, 2 insertions, 0 deletions
diff --git a/firefox.spec b/firefox.spec
index c375334..0d9d5d4 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -126,6 +126,7 @@ Patch41: build-disable-elfhack.patch
Patch42: prio-nss-build.patch
Patch43: mozilla-1500366.patch
Patch44: mozilla-1494037.patch
+Patch45: mozilla-1498938.patch
# Fedora specific patches
Patch215: firefox-enable-addons.patch
@@ -333,6 +334,7 @@ This package contains results of tests executed during build.
%patch42 -p1 -b .nss-build
%patch43 -p1 -b .1500366
%patch44 -p1 -b .1494037
+%patch45 -p1 -b .1498938
# Fedora patches
%patch215 -p1 -b .addons
bgstack15