14 lines
489 B
PkgConfig
Vendored
14 lines
489 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
|
|
enginesdir=${libdir}/engines
|
|
modulesdir=${libdir}/providers
|
|
|
|
Name: OpenSSL-libcrypto
|
|
Description: OpenSSL cryptography library
|
|
Version: 3.5.7
|
|
Libs: -L${libdir} -lcrypto
|
|
Libs.private: -ldl -pthread
|
|
Cflags: -I${prefix}/include -I${prefix}/./include
|