opt/nss/nss-util.pc.in
John Vogel 16a0872c60 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.
2017-06-24 14:40:32 +02:00

12 lines
262 B
PkgConfig

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}