4cf60e
diff -up firefox-45.0.1esr/configure.in.nss firefox-45.0.1esr/configure.in
4cf60e
--- firefox-45.0.1esr/configure.in.nss	2016-04-06 10:20:01.000000000 +0200
4cf60e
+++ firefox-45.0.1esr/configure.in	2016-04-06 10:25:56.998285981 +0200
4cf60e
@@ -53,7 +53,7 @@ dnl ====================================
4cf60e
 MOZJPEG=62
4cf60e
 MOZPNG=10619
4cf60e
 NSPR_VERSION=4
4cf60e
-NSPR_MINVER=4.12
4cf60e
+NSPR_MINVER=4.11
4cf60e
 NSS_VERSION=3
4cf60e
 
4cf60e
 dnl Set the minimum version of toolkit libs used by mozilla
4cf60e
@@ -3451,7 +3451,7 @@ MOZ_ARG_WITH_BOOL(system-nss,
4cf60e
     _USE_SYSTEM_NSS=1 )
4cf60e
 
4cf60e
 if test -n "$_USE_SYSTEM_NSS"; then
9a67e7
-    AM_PATH_NSS(3.21.3, [MOZ_NATIVE_NSS=1], [AC_MSG_ERROR([you don't have NSS installed or your version is too old])])
4cf60e
+    AM_PATH_NSS(3.21.0, [MOZ_NATIVE_NSS=1], [AC_MSG_ERROR([you don't have NSS installed or your version is too old])])
4cf60e
 fi
4cf60e
 
4cf60e
 if test -n "$MOZ_NATIVE_NSS"; then