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

alexey pushed a commit to branch branch-1.17.x
in repository https://gitbox.apache.org/repos/asf/kudu.git


The following commit(s) were added to refs/heads/branch-1.17.x by this push:
     new 0672311ab [build] Make uncompress symbols local in exported 
libkudu_client.so
0672311ab is described below

commit 0672311abd505ac1b8bdd85040c570510254ba79
Author: Zoltan Martonka <[email protected]>
AuthorDate: Wed Oct 18 12:55:21 2023 +0000

    [build] Make uncompress symbols local in exported libkudu_client.so
    
    in redhat 8.8 and ubuntu 22.04 graviton instances the uncompress and
    uncompress2 symbols form libz get to libkudu_client.so. They shoud
    be made local too. Adding them to symbol.map
    
    Change-Id: I5033eef9dee6711f302d877cfb81a066b65f0319
    Reviewed-on: http://gerrit.cloudera.org:8080/20590
    Tested-by: Alexey Serbin <[email protected]>
    Reviewed-by: Alexey Serbin <[email protected]>
    (cherry picked from commit 5d6dcfd2470fc9e3144e9fe593063c90cd82bef3)
    Reviewed-on: http://gerrit.cloudera.org:8080/20665
    Tested-by: Kudu Jenkins
    Reviewed-by: Yifan Zhang <[email protected]>
---
 src/kudu/client/symbols.map | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/kudu/client/symbols.map b/src/kudu/client/symbols.map
index 9c25d64a5..d10dcbf56 100644
--- a/src/kudu/client/symbols.map
+++ b/src/kudu/client/symbols.map
@@ -17,6 +17,7 @@
     inflate*;
     zError;
     zlib*;
+    uncompress*;
 
     # devtoolset
     __cxa_throw_bad_array*;

Reply via email to