firefox/firefox-nss-version.patch

13 lines
641 B
Diff
Raw Normal View History

2020-05-03 19:57:54 +00:00
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,
2019-10-21 13:15:55 +00:00
_USE_SYSTEM_NSS=1 )
if test -n "$_USE_SYSTEM_NSS"; then
2020-05-29 10:07:00 +00:00
- 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])])
2019-10-21 13:15:55 +00:00
fi
NSS_CFLAGS="$NSS_CFLAGS -I${DIST}/include/nss"