summarylogtreecommitdiffstats
path: root/0001-Bug-54395-remove-hardcoded-flag-lcrmf.patch
blob: 0cdbaa33b117197e2cfc3f0bfb5b8e8d4ef2147c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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']: