16a0872c60
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.
12 lines
321 B
PkgConfig
12 lines
321 B
PkgConfig
prefix=%prefix%
|
|
exec_prefix=%exec_prefix%
|
|
libdir=%libdir%
|
|
includedir=%includedir%
|
|
|
|
Name: NSS-SOFTOKN
|
|
Description: Network Security Services Softoken PKCS #11 Module
|
|
Version: %NSS_VERSION%
|
|
Requires: nspr >= %NSPR_VERSION%, nss-util >= %NSSUTIL_VERSION%
|
|
Libs: -lfreebl3 -lnssdbm3 -lsoftokn3
|
|
Cflags: -I${includedir}/private
|