12 lines
329 B
PkgConfig
12 lines
329 B
PkgConfig
prefix=/home/j/.musl-cross/x86_64-linux-musl-cross/x86_64-linux-musl/sysroot
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
Name: OpenSSL-libssl
|
|
Description: Secure Sockets Layer and cryptography libraries
|
|
Version: 1.1.1w
|
|
Requires.private: libcrypto
|
|
Libs: -L${libdir} -lssl
|
|
Cflags: -I${includedir}
|