12 lines
295 B
PkgConfig
Raw Normal View History

2026-03-09 20:19:13 +08:00
prefix=/opt/Tools/openssl-3.0.18/install
exec_prefix=${prefix}
libdir=${exec_prefix}/lib64
includedir=${prefix}/include
Name: OpenSSL-libssl
Description: Secure Sockets Layer and cryptography libraries
Version: 3.0.18
Requires.private: libcrypto
Libs: -L${libdir} -lssl
Cflags: -I${includedir}