Auto-update brpc to 1.8.0 (#3542)
* Update brpc to 1.8.0 * add patch --------- Co-authored-by: star9029 <hengxings783@gmail.com>pull/3560/head
parent
bf993d8de9
commit
4542859277
2 changed files with 26 additions and 4 deletions
@ -0,0 +1,17 @@ |
||||
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
||||
index 0a70bb1..7dd74f5 100644
|
||||
--- a/CMakeLists.txt
|
||||
+++ b/CMakeLists.txt
|
||||
@@ -283,11 +283,10 @@ if(WITH_BORINGSSL)
|
||||
list(APPEND DYNAMIC_LIB ${BORINGSSL_SSL_LIBRARY})
|
||||
list(APPEND DYNAMIC_LIB ${BORINGSSL_CRYPTO_LIBRARY})
|
||||
else()
|
||||
- list(APPEND DYNAMIC_LIB ${OPENSSL_CRYPTO_LIBRARY})
|
||||
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()
|
||||
endif()
|
||||
|
Loading…
Reference in new issue