summarylogtreecommitdiffstats
path: root/0001-Bug-54395-remove-hardcoded-flag-lcrmf.patch
diff options
context:
space:
mode:
authorFigue2017-06-14 01:50:09 +0200
committerFigue2017-06-14 01:50:09 +0200
commitacb345f7de2a1e41e3aba49efc2ed14a0a7f90d9 (patch)
treeb389a3ff067e368052dba8bf9ac063d8c27bd055 /0001-Bug-54395-remove-hardcoded-flag-lcrmf.patch
parentd7cc2ee8f5a4b059dbb273dfafcdbc0f2a535ad6 (diff)
downloadaur-acb345f7de2a1e41e3aba49efc2ed14a0a7f90d9.tar.gz
52.2.0
Diffstat (limited to '0001-Bug-54395-remove-hardcoded-flag-lcrmf.patch')
-rw-r--r--0001-Bug-54395-remove-hardcoded-flag-lcrmf.patch25
1 files changed, 25 insertions, 0 deletions
diff --git a/0001-Bug-54395-remove-hardcoded-flag-lcrmf.patch b/0001-Bug-54395-remove-hardcoded-flag-lcrmf.patch
new file mode 100644
index 000000000000..0cdbaa33b117
--- /dev/null
+++ b/0001-Bug-54395-remove-hardcoded-flag-lcrmf.patch
@@ -0,0 +1,25 @@
+--- a/old-configure.in 2017-05-12 22:21:13.000000000 +0200
++++ b/old-configure.in 2017-06-14 00:21:17.128183411 +0200
+@@ -2127,7 +2127,7 @@
+ fi
+
+ if test -n "$MOZ_SYSTEM_NSS"; then
+- NSS_LIBS="$NSS_LIBS -lcrmf"
++ NSS_LIBS="$NSS_LIBS"
+ else
+ NSS_CFLAGS="-I${DIST}/include/nss"
+ fi
+
+--- a/security/manager/ssl/moz.build 2017-04-11 04:13:24.000000000 +0200
++++ b/security/manager/ssl/moz.build 2017-06-14 01:03:48.295633516 +0200
+@@ -184,10 +184,6 @@
+
+ DEFINES['CERT_AddTempCertToPerm'] = '__CERT_AddTempCertToPerm'
+
+-USE_LIBS += [
+- 'crmf',
+-]
+-
+ include('/ipc/chromium/chromium-config.mozbuild')
+
+ if CONFIG['GNU_CXX']: