summaryrefslogtreecommitdiff
path: root/libre/icecat/no-crmf.patch
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2018-01-31 19:17:50 +0100
committerAndreas Grapentin <andreas@grapentin.org>2018-01-31 21:30:16 +0100
commit431a78910174d31678e7553ec15bff750d42d96b (patch)
treea56115183992de1a4bfa6cc26218613b0b8bf686 /libre/icecat/no-crmf.patch
parente6965155b46d5f632a91fadc0ce7e40edc1459c1 (diff)
downloadabslibre-431a78910174d31678e7553ec15bff750d42d96b.tar.gz
abslibre-431a78910174d31678e7553ec15bff750d42d96b.tar.bz2
abslibre-431a78910174d31678e7553ec15bff750d42d96b.zip
libre/icecat: rebuilt and restructured
Diffstat (limited to 'libre/icecat/no-crmf.patch')
-rw-r--r--libre/icecat/no-crmf.patch28
1 files changed, 0 insertions, 28 deletions
diff --git a/libre/icecat/no-crmf.patch b/libre/icecat/no-crmf.patch
deleted file mode 100644
index 3edb053ef..000000000
--- a/libre/icecat/no-crmf.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-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
-diff --git a/config/external/nss/crmf/moz.build b/config/external/nss/crmf/moz.build
-index 9b8005f..4bfcc81 100644
---- a/config/external/nss/crmf/moz.build
-+++ b/config/external/nss/crmf/moz.build
-@@ -8,7 +8,6 @@ Library('crmf')
-
- if CONFIG['MOZ_NATIVE_NSS']:
- OS_LIBS += [l for l in CONFIG['NSS_LIBS'] if l.startswith('-L')]
-- OS_LIBS += ['-lcrmf']
- else:
- USE_LIBS += [
- # The dependency on nss is not real, but is required to force the
-