summaryrefslogtreecommitdiff
path: root/firefox-nss-version.patch
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2020-04-07 12:20:10 +0200
committerMartin Stransky <stransky@redhat.com>2020-04-07 12:20:10 +0200
commit57e3477f3fe93d1de64e2766474938e398e5c579 (patch)
tree23e985d9c8f6ff243d0247e007b2eaba7fe3bdb9 /firefox-nss-version.patch
parentUpload souces (diff)
downloadlibrewolf-fedora-ff-57e3477f3fe93d1de64e2766474938e398e5c579.tar.gz
librewolf-fedora-ff-57e3477f3fe93d1de64e2766474938e398e5c579.tar.bz2
librewolf-fedora-ff-57e3477f3fe93d1de64e2766474938e398e5c579.zip
Build fixes
Diffstat (limited to 'firefox-nss-version.patch')
-rw-r--r--firefox-nss-version.patch12
1 files changed, 6 insertions, 6 deletions
diff --git a/firefox-nss-version.patch b/firefox-nss-version.patch
index 26d635c..d154968 100644
--- a/firefox-nss-version.patch
+++ b/firefox-nss-version.patch
@@ -1,12 +1,12 @@
-diff -up firefox-71.0/old-configure.in.nss-version firefox-71.0/old-configure.in
---- firefox-71.0/old-configure.in.nss-version 2019-11-25 15:15:15.767572575 +0100
-+++ firefox-71.0/old-configure.in 2019-11-25 15:16:47.363498527 +0100
-@@ -1512,7 +1512,7 @@ MOZ_ARG_WITH_BOOL(system-nss,
+diff -up firefox-75.0/old-configure.in.nss-version firefox-75.0/old-configure.in
+--- firefox-75.0/old-configure.in.nss-version 2020-04-07 07:59:28.091106813 +0200
++++ firefox-75.0/old-configure.in 2020-04-07 08:00:30.272678298 +0200
+@@ -1504,7 +1504,7 @@ MOZ_ARG_WITH_BOOL(system-nss,
_USE_SYSTEM_NSS=1 )
if test -n "$_USE_SYSTEM_NSS"; then
-- AM_PATH_NSS(3.47.1, [MOZ_SYSTEM_NSS=1], [AC_MSG_ERROR([you don't have NSS installed or your version is too old])])
-+ AM_PATH_NSS(3.47.0, [MOZ_SYSTEM_NSS=1], [AC_MSG_ERROR([you don't have NSS installed or your version is too old])])
+- AM_PATH_NSS(3.51, [MOZ_SYSTEM_NSS=1], [AC_MSG_ERROR([you don't have NSS installed or your version is too old])])
++ AM_PATH_NSS(3.50, [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"
bgstack15