summaryrefslogtreecommitdiff
path: root/libre/iceweasel/no-crmf.patch
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2017-06-15 21:53:35 +0200
committerAndreas Grapentin <andreas@grapentin.org>2017-06-15 21:53:35 +0200
commit39422b3d8eb363591cba97b20b1e0bf833c0b7ee (patch)
tree03e73259beedf1a458d89429ea9e93f13d1590f0 /libre/iceweasel/no-crmf.patch
parent1ee928bc032c5b003ac0236b8299463ae1f05fda (diff)
downloadabslibre-39422b3d8eb363591cba97b20b1e0bf833c0b7ee.tar.gz
abslibre-39422b3d8eb363591cba97b20b1e0bf833c0b7ee.tar.bz2
abslibre-39422b3d8eb363591cba97b20b1e0bf833c0b7ee.zip
libre/iceweasel: updated to 54.0
Diffstat (limited to 'libre/iceweasel/no-crmf.patch')
-rw-r--r--libre/iceweasel/no-crmf.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/libre/iceweasel/no-crmf.patch b/libre/iceweasel/no-crmf.patch
new file mode 100644
index 000000000..83525f6a9
--- /dev/null
+++ b/libre/iceweasel/no-crmf.patch
@@ -0,0 +1,16 @@
+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
+