diff options
author | Martin Stransky <stransky@redhat.com> | 2020-05-04 18:52:06 +0200 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2020-05-04 18:52:06 +0200 |
commit | 425b7745cc9d47ab1af24296b6c86740d1ef85c7 (patch) | |
tree | d9b3e03fb7dab489f568ff1c32219a6e06a6f2af | |
parent | build fixes (diff) | |
download | librewolf-fedora-ff-425b7745cc9d47ab1af24296b6c86740d1ef85c7.tar.gz librewolf-fedora-ff-425b7745cc9d47ab1af24296b6c86740d1ef85c7.tar.bz2 librewolf-fedora-ff-425b7745cc9d47ab1af24296b6c86740d1ef85c7.zip |
build with nss 3.51.1
-rw-r--r-- | firefox.spec | 6 |
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 |