From 8f7b183f7fc7c3a71d9d3375f4f2e00be6efb0ad Mon Sep 17 00:00:00 2001 From: Andreas Grapentin Date: Thu, 25 Jan 2018 18:42:39 +0100 Subject: libre/iceweasel: updated to 58.0 --- libre/iceweasel/no-crmf.diff | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 libre/iceweasel/no-crmf.diff (limited to 'libre/iceweasel/no-crmf.diff') diff --git a/libre/iceweasel/no-crmf.diff b/libre/iceweasel/no-crmf.diff new file mode 100644 index 000000000..242304eb4 --- /dev/null +++ b/libre/iceweasel/no-crmf.diff @@ -0,0 +1,15 @@ +diff --git i/old-configure.in w/old-configure.in +index 0a06e470d2085922..d41c8e9d5dd2dbfb 100644 +--- i/old-configure.in ++++ w/old-configure.in +@@ -2020,9 +2020,7 @@ if test -n "$_USE_SYSTEM_NSS"; then + AM_PATH_NSS(3.31, [MOZ_SYSTEM_NSS=1], [AC_MSG_ERROR([you don't have NSS installed or your version is too old])]) + fi + +-if test -n "$MOZ_SYSTEM_NSS"; then +- NSS_LIBS="$NSS_LIBS -lcrmf" +-else ++if test -z "$MOZ_SYSTEM_NSS"; then + NSS_CFLAGS="-I${DIST}/include/nss" + case "${OS_ARCH}" in + # Only few platforms have been tested with GYP -- cgit v1.2.3