dockerfile/examples/openssl/openssl-3.2.1-src/libssl.pc

12 lines
313 B
PkgConfig
Raw Normal View History

2024-03-22 14:58:37 +08:00
prefix=/root/pojo/dockerfile/examples/openssl/openssl-3.2.1
exec_prefix=${prefix}
libdir=${exec_prefix}/lib64
includedir=${prefix}/include
Name: OpenSSL-libssl
Description: Secure Sockets Layer and cryptography libraries
Version: 3.2.1
Requires.private: libcrypto
Libs: -L${libdir} -lssl
Cflags: -I${includedir}