summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2018-10-19 12:40:07 +0200
committerMartin Stransky <stransky@redhat.com>2018-10-19 12:40:07 +0200
commit158294b3853f32d91c9ec6a213df88552ffa7242 (patch)
tree9cff890b8c8bc9915ce01d4933c9ea16b63b28a1 /firefox.spec
parentAdded prio build patch (diff)
downloadlibrewolf-fedora-ff-158294b3853f32d91c9ec6a213df88552ffa7242.tar.gz
librewolf-fedora-ff-158294b3853f32d91c9ec6a213df88552ffa7242.tar.bz2
librewolf-fedora-ff-158294b3853f32d91c9ec6a213df88552ffa7242.zip
Added fixes for mozbz#1494037 and mozbz#1500366
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec4
1 files changed, 4 insertions, 0 deletions
diff --git a/firefox.spec b/firefox.spec
index b065b31..b2452dd 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -137,6 +137,8 @@ Patch38: build-cacheFlush-missing.patch
Patch40: build-aarch64-skia.patch
Patch41: build-disable-elfhack.patch
Patch42: prio-nss-build.patch
+Patch43: mozilla-1500366.patch
+Patch44: mozilla-1494037.patch
# Fedora specific patches
Patch215: firefox-enable-addons.patch
@@ -339,6 +341,8 @@ This package contains results of tests executed during build.
%endif
%patch3 -p1 -b .arm
%patch42 -p1 -b .nss-build
+%patch43 -p1 -b .1500366
+%patch44 -p1 -b .1494037
# Fedora patches
%patch215 -p1 -b .addons
bgstack15