13 lines
282 B
PkgConfig
13 lines
282 B
PkgConfig
prefix=/opt/mqtt/openssl
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
Name: OpenSSL
|
|
Description: Secure Sockets Layer and cryptography libraries
|
|
Version: 1.0.1e
|
|
Requires:
|
|
Libs: -L${libdir} -lssl -lcrypto
|
|
Libs.private: -ldl
|
|
Cflags: -I${includedir}
|