13 lines
286 B
PkgConfig
13 lines
286 B
PkgConfig
prefix=/usr
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib64
|
|
includedir=${prefix}/include
|
|
|
|
Name: OpenSSL-libssl
|
|
Description: Secure Sockets Layer and cryptography libraries
|
|
Version: 1.0.2f
|
|
Requires.private: libcrypto
|
|
Libs: -L${libdir} -lssl
|
|
Libs.private: -ldl
|
|
Cflags: -I${includedir}
|