summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2019-10-21 15:15:55 +0200
committerMartin Stransky <stransky@redhat.com>2019-10-21 15:15:55 +0200
commita534d9f0a514af006a540d6ecb19121f27f6ee17 (patch)
treee598ae47bcac057fe3ccdd0e8d3318f0eb3796cd /firefox.spec
parentUpdated to 70.0 Build 2 (diff)
downloadlibrewolf-fedora-ff-a534d9f0a514af006a540d6ecb19121f27f6ee17.tar.gz
librewolf-fedora-ff-a534d9f0a514af006a540d6ecb19121f27f6ee17.tar.bz2
librewolf-fedora-ff-a534d9f0a514af006a540d6ecb19121f27f6ee17.zip
relax nss version
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 7a3dffc..1c42369 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -132,6 +132,7 @@ Patch40: build-aarch64-skia.patch
Patch41: build-disable-elfhack.patch
Patch44: build-arm-libopus.patch
#Patch45: build-disable-multijobs-rust.patch
+Patch46: firefox-nss-version.patch
# Fedora specific patches
Patch215: firefox-enable-addons.patch
@@ -340,6 +341,7 @@ This package contains results of tests executed during build.
%if 0%{?big_endian}
%patch26 -p1 -b .icu
%endif
+%patch46 -p1 -b .nss-version
# Fedora patches
%patch215 -p1 -b .addons
bgstack15