summaryrefslogtreecommitdiff
path: root/firefox-nss-version.patch
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2020-05-29 12:07:00 +0200
committerMartin Stransky <stransky@redhat.com>2020-05-29 12:07:00 +0200
commitd6bc3723ae9637c82f602afae07e57c3a27a1e0f (patch)
tree83ef01e73175399739d6d78f786bc61d6460f60f /firefox-nss-version.patch
parentupdated sources (diff)
downloadlibrewolf-fedora-ff-d6bc3723ae9637c82f602afae07e57c3a27a1e0f.tar.gz
librewolf-fedora-ff-d6bc3723ae9637c82f602afae07e57c3a27a1e0f.tar.bz2
librewolf-fedora-ff-d6bc3723ae9637c82f602afae07e57c3a27a1e0f.zip
build against nss 3.52
Diffstat (limited to 'firefox-nss-version.patch')
-rw-r--r--firefox-nss-version.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/firefox-nss-version.patch b/firefox-nss-version.patch
index 02f33f0..652feab 100644
--- a/firefox-nss-version.patch
+++ b/firefox-nss-version.patch
@@ -5,8 +5,8 @@ diff -up firefox-76.0/old-configure.in.nss-version firefox-76.0/old-configure.in
_USE_SYSTEM_NSS=1 )
if test -n "$_USE_SYSTEM_NSS"; then
-- AM_PATH_NSS(3.51.1, [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.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"
bgstack15