This is an automated email from the ASF dual-hosted git repository.
morrysnow pushed a commit to branch branch-3.1
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-3.1 by this push:
new 7c29bc488d7 branch-3.1: [chore](thirdparty)enable libevent use ssl
#54015 (#54673)
7c29bc488d7 is described below
commit 7c29bc488d78675aef9c09ce60c10379e51b5679
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Aug 14 17:37:02 2025 +0800
branch-3.1: [chore](thirdparty)enable libevent use ssl #54015 (#54673)
Cherry-picked from #54015
Co-authored-by: koarz <[email protected]>
Co-authored-by: Gavin Chou <[email protected]>
---
thirdparty/build-thirdparty.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/thirdparty/build-thirdparty.sh b/thirdparty/build-thirdparty.sh
index 6084026fd00..66b5a20d335 100755
--- a/thirdparty/build-thirdparty.sh
+++ b/thirdparty/build-thirdparty.sh
@@ -350,7 +350,7 @@ build_libevent() {
CPPLAGS="-I${TP_INCLUDE_DIR}" \
LDFLAGS="-L${TP_LIB_DIR}" \
"${CMAKE_CMD}" -G "${GENERATOR}"
-DCMAKE_INSTALL_PREFIX="${TP_INSTALL_DIR}" -DEVENT__DISABLE_TESTS=ON \
- -DEVENT__DISABLE_OPENSSL=ON -DEVENT__DISABLE_SAMPLES=ON
-DEVENT__DISABLE_REGRESS=ON ..
+ -DEVENT__DISABLE_SAMPLES=ON -DEVENT__DISABLE_REGRESS=ON ..
"${BUILD_SYSTEM}" -j "${PARALLEL}"
"${BUILD_SYSTEM}" install
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]