12 lines
289 B
PkgConfig
Raw Normal View History

2020-03-02 16:50:34 +00:00
prefix=/root/openssl/build/../out
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
Name: OpenSSL-libssl
Description: Secure Sockets Layer and cryptography libraries
Version: 3.0.0-dev
Requires.private: libcrypto
Libs: -L${libdir} -lssl
Cflags: -I${includedir}