thunderbird/SOURCES/build-nss-version.patch

13 lines
651 B
Diff
Raw Normal View History

2021-03-30 16:30:55 +00:00
diff -up firefox-68.3.0/old-configure.in.nss-version firefox-68.3.0/old-configure.in
--- firefox-68.3.0/old-configure.in.nss-version 2019-11-27 19:48:01.045677621 +0100
+++ firefox-68.3.0/old-configure.in 2019-11-27 19:59:52.856894047 +0100
2020-01-21 16:15:25 +00:00
@@ -1537,7 +1537,7 @@ MOZ_ARG_WITH_BOOL(system-nss,
2019-08-01 18:37:12 +00:00
_USE_SYSTEM_NSS=1 )
if test -n "$_USE_SYSTEM_NSS"; then
2020-07-28 07:50:19 +00:00
- AM_PATH_NSS(3.44.4, [MOZ_SYSTEM_NSS=1], [AC_MSG_ERROR([you don't have NSS installed or your version is too old])])
2020-01-21 16:15:25 +00:00
+ AM_PATH_NSS(3.44.0, [MOZ_SYSTEM_NSS=1], [AC_MSG_ERROR([you don't have NSS installed or your version is too old])])
2019-08-01 18:37:12 +00:00
fi
2020-01-21 16:15:25 +00:00
NSS_CFLAGS="$NSS_CFLAGS -I${DIST}/include/nss"