From 2a8af92039e7f6961556fa042c45c33cf7578b1e Mon Sep 17 00:00:00 2001 From: Jan Horak Date: Oct 16 2014 08:26:15 +0000 Subject: Fixed nss patch for epel7 --- diff --git a/firefox-system-nss-3.16.2.patch b/firefox-system-nss-3.16.2.patch index 80a5712..59980ff 100644 --- a/firefox-system-nss-3.16.2.patch +++ b/firefox-system-nss-3.16.2.patch @@ -5,7 +5,7 @@ diff -up firefox-24.3.0/mozilla-esr24/configure.in.nss firefox-24.3.0/mozilla-es _USE_SYSTEM_NSS=1 ) if test -n "$_USE_SYSTEM_NSS"; then -- AM_PATH_NSS(3.16.2, [MOZ_NATIVE_NSS=1], [AC_MSG_ERROR([you don't have NSS installed or your version is too old])]) +- AM_PATH_NSS(3.16.2.2, [MOZ_NATIVE_NSS=1], [AC_MSG_ERROR([you don't have NSS installed or your version is too old])]) + AM_PATH_NSS(3.15.4, [MOZ_NATIVE_NSS=1], [AC_MSG_ERROR([you don't have NSS installed or your version is too old])]) fi