summaryrefslogtreecommitdiff
path: root/libre/iceweasel/no-crmf.patch
diff options
context:
space:
mode:
authorJoseph Graham <joseph@xylon.me.uk>2017-06-15 21:07:32 +0100
committerJoseph Graham <joseph@xylon.me.uk>2017-06-15 21:07:32 +0100
commit5ff8544691294a2229fda8d6f805a66813ef7082 (patch)
treefd35a3047da1cb5ccce7f78ca32e912529b24313 /libre/iceweasel/no-crmf.patch
parenta342c2820478bbb485113ce3759808796d37c35c (diff)
parentf59b87b79e7a2b9db425b373142a1e36590a3ab3 (diff)
downloadabslibre-5ff8544691294a2229fda8d6f805a66813ef7082.tar.gz
abslibre-5ff8544691294a2229fda8d6f805a66813ef7082.tar.bz2
abslibre-5ff8544691294a2229fda8d6f805a66813ef7082.zip
Merge branch 'master' of git://git.parabola.nu/abslibre/abslibre
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
+