12 lines
442 B
PkgConfig
Vendored
12 lines
442 B
PkgConfig
Vendored
# This file should be used when building against this OpenSSL build, and should never be installed
|
|
prefix=/home/scott/claude/calog/vendor/openssl
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}
|
|
includedir=${prefix}/include ${prefix}/./include
|
|
|
|
Name: OpenSSL-libssl
|
|
Description: Secure Sockets Layer and cryptography libraries
|
|
Version: 3.5.7
|
|
Requires.private: libcrypto
|
|
Libs: -L${libdir} -lssl
|
|
Cflags: -I${prefix}/include -I${prefix}/./include
|