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

adonisling 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 aea0279f25 [chore](build) Fix issues with GLIBC dependency (#24837)
aea0279f25 is described below

commit aea0279f25650b0a60ad008a07efde205c18bd54
Author: Adonis Ling <adonis0...@gmail.com>
AuthorDate: Mon Sep 25 08:21:19 2023 +0800

    [chore](build) Fix issues with GLIBC dependency (#24837)
    
    Linking with libabsl_random_internal_seed_material.a instead of glibc to 
fix this issue #24838 .
---
 be/CMakeLists.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/be/CMakeLists.txt b/be/CMakeLists.txt
index 4af2636078..ed8fea1cf7 100644
--- a/be/CMakeLists.txt
+++ b/be/CMakeLists.txt
@@ -510,6 +510,7 @@ if (absl_FOUND)
         absl::flags_reflection
         absl::random_internal_pool_urbg
         absl::random_internal_randen
+        absl::random_internal_seed_material
         absl::spinlock_wait
         absl::status
         absl::statusor


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to