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
262 B
PkgConfig
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}
|