添加openssl依赖库文件
This commit is contained in:
parent
e2dcf2e20c
commit
bbc326d8ef
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -0,0 +1 @@
|
||||||
|
libcrypto.so.1.0.0
|
Binary file not shown.
Binary file not shown.
|
@ -0,0 +1 @@
|
||||||
|
libssl.so.1.0.0
|
Binary file not shown.
|
@ -0,0 +1,12 @@
|
||||||
|
prefix=/opt/mqtt/openssl
|
||||||
|
exec_prefix=${prefix}
|
||||||
|
libdir=${exec_prefix}/lib
|
||||||
|
includedir=${prefix}/include
|
||||||
|
|
||||||
|
Name: OpenSSL-libcrypto
|
||||||
|
Description: OpenSSL cryptography library
|
||||||
|
Version: 1.0.1e
|
||||||
|
Requires:
|
||||||
|
Libs: -L${libdir} -lcrypto
|
||||||
|
Libs.private: -ldl
|
||||||
|
Cflags: -I${includedir}
|
|
@ -0,0 +1,12 @@
|
||||||
|
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}
|
|
@ -0,0 +1,12 @@
|
||||||
|
prefix=/opt/mqtt/openssl
|
||||||
|
exec_prefix=${prefix}
|
||||||
|
libdir=${exec_prefix}/lib
|
||||||
|
includedir=${prefix}/include
|
||||||
|
|
||||||
|
Name: OpenSSL
|
||||||
|
Description: Secure Sockets Layer and cryptography libraries and tools
|
||||||
|
Version: 1.0.1e
|
||||||
|
Requires:
|
||||||
|
Libs: -L${libdir} -lssl -lcrypto
|
||||||
|
Libs.private: -ldl
|
||||||
|
Cflags: -I${includedir}
|
Loading…
Reference in New Issue