13 lines
311 B
PkgConfig
Raw Permalink 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
2020-03-02 17:19:21 +00:00
enginesdir=${libdir}/engines-1.1
2020-03-02 16:50:34 +00:00
Name: OpenSSL-libcrypto
Description: OpenSSL cryptography library
2020-03-02 17:19:21 +00:00
Version: 1.1.1e-dev
2020-03-02 16:50:34 +00:00
Libs: -L${libdir} -lcrypto
Libs.private: -ldl -pthread
Cflags: -I${includedir}