summaryrefslogtreecommitdiff
path: root/firefox-nss-version.patch
diff options
context:
space:
mode:
authorJan Horak <jhorak@redhat.com>2020-06-30 09:42:44 +0200
committerJan Horak <jhorak@redhat.com>2020-06-30 09:42:44 +0200
commit6876c45963a25dddad2c86c75f2b914951a17ca0 (patch)
treecb3d2b65e97f6b68c07290c11bfb8b103c6a4517 /firefox-nss-version.patch
parentRemoved obsolete patches (diff)
downloadlibrewolf-fedora-ff-6876c45963a25dddad2c86c75f2b914951a17ca0.tar.gz
librewolf-fedora-ff-6876c45963a25dddad2c86c75f2b914951a17ca0.tar.bz2
librewolf-fedora-ff-6876c45963a25dddad2c86c75f2b914951a17ca0.zip
Fixed nss patch and removed obsolete mozconfig entries
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 652feab..fee93bb 100644
--- a/firefox-nss-version.patch
+++ b/firefox-nss-version.patch
@@ -1,12 +1,12 @@
-diff -up firefox-76.0/old-configure.in.nss-version firefox-76.0/old-configure.in
---- firefox-76.0/old-configure.in.nss-version 2020-05-03 19:12:01.771863688 +0200
-+++ firefox-76.0/old-configure.in 2020-05-03 19:17:53.216898766 +0200
-@@ -1506,7 +1506,7 @@ MOZ_ARG_WITH_BOOL(system-nss,
- _USE_SYSTEM_NSS=1 )
-
- if test -n "$_USE_SYSTEM_NSS"; then
-- AM_PATH_NSS(3.52.1, [MOZ_SYSTEM_NSS=1], [AC_MSG_ERROR([you don't have NSS installed or your version is too old])])
-+ AM_PATH_NSS(3.52, [MOZ_SYSTEM_NSS=1], [AC_MSG_ERROR([you don't have NSS installed or your version is too old])])
- fi
-
- NSS_CFLAGS="$NSS_CFLAGS -I${DIST}/include/nss"
+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')
+
bgstack15