AP05/openssl/lib/pkgconfig/libssl.pc

12 lines
293 B
PkgConfig
Raw Normal View History

2025-04-20 13:43:28 +00:00
prefix=/home/hyx/work/openssl/output
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
Name: OpenSSL-libssl
Description: Secure Sockets Layer and cryptography libraries
Version: 3.5.1-dev
Requires.private: libcrypto
Libs: -L${libdir} -lssl
Cflags: -I${includedir}