mirror of
https://github.com/darlinghq/darling-openssl.git
synced 2024-11-23 11:19:50 +00:00
12 lines
259 B
PkgConfig
12 lines
259 B
PkgConfig
prefix=/usr
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
Name: OpenSSL
|
|
Description: Secure Sockets Layer and cryptography libraries
|
|
Version: SSL_VERSION
|
|
Requires:
|
|
Libs: -L${libdir} -lssl -lcrypto -lz
|
|
Cflags: -I${includedir}
|