summaryrefslogtreecommitdiff
path: root/firefox-nss-version.patch
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2020-12-22 11:19:48 +0100
committerMartin Stransky <stransky@redhat.com>2020-12-22 11:19:48 +0100
commitbec5fd344331f29af6f28517c779b52844984f41 (patch)
tree29fff6dfb38cdc5ca09b31c80e8484a826c43d06 /firefox-nss-version.patch
parentUpdated to 84.0.1 (diff)
downloadlibrewolf-fedora-ff-bec5fd344331f29af6f28517c779b52844984f41.tar.gz
librewolf-fedora-ff-bec5fd344331f29af6f28517c779b52844984f41.tar.bz2
librewolf-fedora-ff-bec5fd344331f29af6f28517c779b52844984f41.zip
Added fix for mozbz#1631061, temporary build with build with nss 3.59.0
Diffstat (limited to 'firefox-nss-version.patch')
-rw-r--r--firefox-nss-version.patch24
1 files changed, 12 insertions, 12 deletions
diff --git a/firefox-nss-version.patch b/firefox-nss-version.patch
index fee93bb..21985d1 100644
--- a/firefox-nss-version.patch
+++ b/firefox-nss-version.patch
@@ -1,12 +1,12 @@
-diff -up firefox-78.0/toolkit/moz.configure.nss-version firefox-78.0/toolkit/moz.configure
---- firefox-78.0/toolkit/moz.configure.nss-version 2020-06-30 08:47:09.657501414 +0200
-+++ firefox-78.0/toolkit/moz.configure 2020-06-30 08:47:12.652510169 +0200
-@@ -2089,7 +2089,7 @@ option('--with-system-nss', help='Use sy
-
- imply_option('--with-system-nspr', True, when='--with-system-nss')
-
--nss_pkg = pkg_check_modules('NSS', 'nss >= 3.53.1', when='--with-system-nss', config=False)
-+nss_pkg = pkg_check_modules('NSS', 'nss >= 3.53.0', when='--with-system-nss', config=False)
-
- set_config('MOZ_SYSTEM_NSS', True, when='--with-system-nss')
-
+diff -up firefox-84.0.1/build/moz.configure/nss.configure.nss-version firefox-84.0.1/build/moz.configure/nss.configure
+--- firefox-84.0.1/build/moz.configure/nss.configure.nss-version 2020-12-21 20:07:33.000000000 +0100
++++ firefox-84.0.1/build/moz.configure/nss.configure 2020-12-22 10:23:02.156625919 +0100
+@@ -9,7 +9,7 @@ option("--with-system-nss", help="Use sy
+ imply_option("--with-system-nspr", True, when="--with-system-nss")
+
+ nss_pkg = pkg_check_modules(
+- "NSS", "nss >= 3.59.1", when="--with-system-nss", config=False
++ "NSS", "nss >= 3.59", when="--with-system-nss", config=False
+ )
+
+ set_config("MOZ_SYSTEM_NSS", True, when="--with-system-nss")
bgstack15