12 lines
290 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
2020-03-02 17:19:21 +00:00
Version: 1.1.1e-dev
2020-03-02 16:50:34 +00:00
Requires.private: libcrypto
Libs: -L${libdir} -lssl
Cflags: -I${includedir}