summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorJan Horak <jhorak@redhat.com>2018-10-19 16:12:59 +0200
committerJan Horak <jhorak@redhat.com>2018-10-19 16:12:59 +0200
commit3b30d85ecacb79bb9264c4efb29dcf99bd173a25 (patch)
tree38bf060d733945f596c449bf7b228d3e5c28fce7 /firefox.spec
parentFixing cbindgen compilation (diff)
parentMerge branch 'master' of ssh://pkgs.fedoraproject.org/rpms/firefox (diff)
downloadlibrewolf-fedora-ff-3b30d85ecacb79bb9264c4efb29dcf99bd173a25.tar.gz
librewolf-fedora-ff-3b30d85ecacb79bb9264c4efb29dcf99bd173a25.tar.bz2
librewolf-fedora-ff-3b30d85ecacb79bb9264c4efb29dcf99bd173a25.zip
Merge branch 'master' of ssh://pkgs.fedoraproject.org/rpms/firefox
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 b757f5c..d9c3a2a 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -126,6 +126,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
@@ -332,6 +334,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