14 lines
329 B
PkgConfig
Vendored
14 lines
329 B
PkgConfig
Vendored
#
|
|
prefix=/nonexistent
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib64
|
|
includedir=${prefix}/include
|
|
enginesdir=${libdir}/engines-3
|
|
modulesdir=${libdir}/ossl-modules
|
|
|
|
Name: OpenSSL-libcrypto
|
|
Description: OpenSSL cryptography library
|
|
Version: 3.5.7
|
|
Libs: -L${libdir} -lcrypto
|
|
Libs.private: -ldl -pthread
|
|
Cflags: -I${includedir}
|