summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2020-05-04 18:52:06 +0200
committerMartin Stransky <stransky@redhat.com>2020-05-04 18:52:06 +0200
commit425b7745cc9d47ab1af24296b6c86740d1ef85c7 (patch)
treed9b3e03fb7dab489f568ff1c32219a6e06a6f2af /firefox.spec
parentbuild fixes (diff)
downloadlibrewolf-fedora-ff-425b7745cc9d47ab1af24296b6c86740d1ef85c7.tar.gz
librewolf-fedora-ff-425b7745cc9d47ab1af24296b6c86740d1ef85c7.tar.bz2
librewolf-fedora-ff-425b7745cc9d47ab1af24296b6c86740d1ef85c7.zip
build with nss 3.51.1
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec6
1 files changed, 3 insertions, 3 deletions
diff --git a/firefox.spec b/firefox.spec
index 5de82b9..11e9668 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -24,7 +24,7 @@ ExcludeArch: s390x
%global enable_mozilla_crashreporter 0
%endif
-%global system_nss 0
+%global system_nss 1
%global system_ffi 1
%ifarch armv7hl
%global system_libvpx 1
@@ -87,7 +87,7 @@ ExcludeArch: s390x
%if %{?system_nss}
%global nspr_version 4.21
%global nspr_build_version %{nspr_version}
-%global nss_version 3.50
+%global nss_version 3.51.1
%global nss_build_version %{nss_version}
%endif
@@ -361,7 +361,7 @@ This package contains results of tests executed during build.
%if 0%{?big_endian}
%patch26 -p1 -b .icu
%endif
-%patch46 -p1 -b .nss-version
+#%patch46 -p1 -b .nss-version
%patch47 -p1 -b .fedora-shebang
%patch48 -p1 -b .build-arm-wasm
%patch49 -p1 -b .build-arm-libaom
bgstack15