This is an automated email from the ASF dual-hosted git repository.

gavinchou pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/master by this push:
     new 630020dc411 [chore](build) Update libevent dependency with openssl 
(#54652)
630020dc411 is described below

commit 630020dc4115178f5aedf6e321a0b345e53f6e3a
Author: Gavin Chou <[email protected]>
AuthorDate: Fri Aug 15 14:22:43 2025 +0800

    [chore](build) Update libevent dependency with openssl (#54652)
    
    follow up #54015
---
 be/cmake/thirdparty.cmake | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/be/cmake/thirdparty.cmake b/be/cmake/thirdparty.cmake
index 3adf75bf464..207c92a2607 100644
--- a/be/cmake/thirdparty.cmake
+++ b/be/cmake/thirdparty.cmake
@@ -69,6 +69,8 @@ add_thirdparty(lz4)
 add_thirdparty(thrift)
 add_thirdparty(thriftnb)
 
+add_thirdparty(libevent_core LIBNAME "lib/libevent_core.a")
+add_thirdparty(libevent_openssl LIBNAME "lib/libevent_openssl.a")
 add_thirdparty(libevent LIBNAME "lib/libevent.a")
 add_thirdparty(libevent_pthreads LIBNAME "lib/libevent_pthreads.a")
 add_thirdparty(libbz2 LIBNAME "lib/libbz2.a")


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to