mirror of
https://github.com/zerotier/edge.git
synced 2026-05-22 16:25:05 -07:00
13 lines
284 B
PkgConfig
13 lines
284 B
PkgConfig
prefix=/usr
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib
|
|
includedir=${prefix}/include
|
|
enginesdir=${libdir}/engines-1.1
|
|
|
|
Name: OpenSSL-libcrypto
|
|
Description: OpenSSL cryptography library
|
|
Version: 1.1.1
|
|
Libs: -L${libdir} -lcrypto
|
|
Libs.private: -ldl -pthread
|
|
Cflags: -I${includedir}
|