Blame SOURCES/build-nss-version.patch

2acdd5
diff -up firefox-60.1.0/old-configure.in.nss-version firefox-60.1.0/old-configure.in
2acdd5
--- firefox-60.1.0/old-configure.in.nss-version	2018-06-20 14:24:55.204158540 +0200
2acdd5
+++ firefox-60.1.0/old-configure.in	2018-06-20 14:30:19.517004230 +0200
2acdd5
@@ -1768,7 +1768,7 @@ MOZ_ARG_WITH_BOOL(system-nss,
2acdd5
     _USE_SYSTEM_NSS=1 )
2acdd5
 
2acdd5
 if test -n "$_USE_SYSTEM_NSS"; then
2acdd5
-    AM_PATH_NSS(3.36.8, [MOZ_SYSTEM_NSS=1], [AC_MSG_ERROR([you don't have NSS installed or your version is too old])])
2acdd5
+    AM_PATH_NSS(3.36.0, [MOZ_SYSTEM_NSS=1], [AC_MSG_ERROR([you don't have NSS installed or your version is too old])])
2acdd5
 fi
2acdd5
 
2acdd5
 if test -z "$MOZ_SYSTEM_NSS"; then