summaryrefslogtreecommitdiff
path: root/nss/nss-util.pc.in
diff options
context:
space:
mode:
authorJohn Vogel <jvogel4@stny.rr.com>2017-06-23 18:38:02 -0400
committerFredrik Rinnestam <fredrik@crux.nu>2017-06-24 14:40:32 +0200
commit16a0872c6067271f6e06df34d9bf39f51a258e13 (patch)
tree7509d47cd77638b16c85cb00109e94712ac38177 /nss/nss-util.pc.in
parent2f44645c1e81ba8140e9c677e42bb693701dd197 (diff)
downloadopt-16a0872c6067271f6e06df34d9bf39f51a258e13.tar.gz
opt-16a0872c6067271f6e06df34d9bf39f51a258e13.tar.xz
nss: additional headers, library, pkgconfig files
Add files to support building openjdk with sunec enabled. This patch adds installing the freebl static library and the headers necessary to build with it, as well as pkg-config files for the nss-util and nss-softokn modules which the icedtea build harness looks for when verifying whether system supports sun elliptic curve crypto.
Diffstat (limited to 'nss/nss-util.pc.in')
-rw-r--r--nss/nss-util.pc.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/nss/nss-util.pc.in b/nss/nss-util.pc.in
new file mode 100644
index 000000000..7ed9914c5
--- /dev/null
+++ b/nss/nss-util.pc.in
@@ -0,0 +1,11 @@
+prefix=%prefix%
+exec_prefix=%exec_prefix%
+libdir=%libdir%
+includedir=%includedir%
+
+Name: NSS-UTIL
+Description: Network Security Services Utility Library
+Version: %NSS_VERSION%
+Requires: nspr >= %NSPR_VERSION%
+Libs: -L${libdir} -lnssutil3
+Cflags: -I${includedir}

Generated by cgit