12 lines
313 B
PkgConfig
12 lines
313 B
PkgConfig
prefix=/root/pojo/dockerfile/examples/openssl/openssl-3.2.1
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib64
|
|
includedir=${prefix}/include
|
|
|
|
Name: OpenSSL-libssl
|
|
Description: Secure Sockets Layer and cryptography libraries
|
|
Version: 3.2.1
|
|
Requires.private: libcrypto
|
|
Libs: -L${libdir} -lssl
|
|
Cflags: -I${includedir}
|