12 lines
289 B
PkgConfig
12 lines
289 B
PkgConfig
prefix=@SSLBASE@
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
Name: OpenSSL
|
|
Description: Secure Sockets Layer and cryptography libraries and tools
|
|
Version: @SSLVER@
|
|
Requires:
|
|
Libs: -L${libdir} -lssl -lcrypto -Wl,-R@SSLBASE@/lib
|
|
Cflags: -I${includedir}
|