Add brpc version 1.6.1 (#2774)
parent
7a97cd05c7
commit
8ae3e0ab08
2 changed files with 22 additions and 0 deletions
@ -0,0 +1,20 @@ |
|||||||
|
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
||||||
|
index f364cd13..b5017cdd 100644
|
||||||
|
--- a/CMakeLists.txt
|
||||||
|
+++ b/CMakeLists.txt
|
||||||
|
@@ -225,14 +225,13 @@ set(DYNAMIC_LIB
|
||||||
|
${CMAKE_THREAD_LIBS_INIT}
|
||||||
|
${THRIFT_LIB}
|
||||||
|
${THRIFTNB_LIB}
|
||||||
|
- ${OPENSSL_CRYPTO_LIBRARY}
|
||||||
|
dl
|
||||||
|
z)
|
||||||
|
|
||||||
|
if(WITH_MESALINK)
|
||||||
|
list(APPEND DYNAMIC_LIB ${MESALINK_LIB})
|
||||||
|
else()
|
||||||
|
- list(APPEND DYNAMIC_LIB ${OPENSSL_SSL_LIBRARY})
|
||||||
|
+ list(APPEND DYNAMIC_LIB ${OPENSSL_SSL_LIBRARY} ${OPENSSL_CRYPTO_LIBRARY})
|
||||||
|
endif()
|
||||||
|
|
||||||
|
if(WITH_RDMA)
|
Loading…
Reference in new issue