You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2022/08/09 09:53:04 UTC

[GitHub] [rocketmq-client-cpp] lizhanhui commented on a diff in pull request #338: [ISSUE #194] Fix build error on aarch64/arm platform

lizhanhui commented on code in PR #338:
URL: https://github.com/apache/rocketmq-client-cpp/pull/338#discussion_r941138390


##########
build.sh:
##########
@@ -29,7 +29,7 @@ declare fname_openssl="openssl*.tar.gz"
 declare fname_libevent="libevent*.zip"
 declare fname_jsoncpp="jsoncpp*.zip"
 declare fname_boost="boost*.tar.gz"
-declare fname_openssl_down="openssl-1.1.1d.tar.gz"
+declare fname_openssl_down="openssl-1.1.1i.tar.gz"

Review Comment:
   OpenSSL is supposed to be dynamically linked. SDK should not care about the version of OpenSSL that is eventually used as long as they share compatible ABI. 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org