summaryrefslogtreecommitdiffstats
path: root/patches/nss-3.46/0002-add-nss.pc.in.patch
blob: addc805b5d39543f587febae968680276a62470b (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
26
27
From: Lucas Stach <l.stach@pengutronix.de>
Date: Tue, 12 Apr 2016 11:36:26 +0200
Subject: [PATCH] add nss.pc.in

Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
---
 nss/nss.pc.in | 11 +++++++++++
 1 file changed, 11 insertions(+)
 create mode 100644 nss/nss.pc.in

diff --git a/nss/nss.pc.in b/nss/nss.pc.in
new file mode 100644
index 000000000000..b80838f8ca0d
--- /dev/null
+++ b/nss/nss.pc.in
@@ -0,0 +1,11 @@
+prefix=/usr
+exec_prefix=${prefix}
+libdir=${prefix}/lib
+includedir=${prefix}/include/nss
+
+Name: NSS
+Description: Mozilla Network Security Services
+Version: @VERSION@
+Requires: nspr
+Libs: -lnss3 -lnssutil3 -lsmime3 -lssl3
+Cflags: -I${includedir}