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

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


The following commit(s) were added to refs/heads/master by this push:
     new e3a7224a81 HDDS-10477. Make Rocksdb tools native lib compatible with 
all chipset with the same arch (#6341)
e3a7224a81 is described below

commit e3a7224a81101a6d2dee5e036c3e98e3a2e8ca49
Author: Swaminathan Balachandran <[email protected]>
AuthorDate: Thu Mar 21 06:31:50 2024 -0700

    HDDS-10477. Make Rocksdb tools native lib compatible with all chipset with 
the same arch (#6341)
---
 hadoop-hdds/rocks-native/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/hadoop-hdds/rocks-native/pom.xml b/hadoop-hdds/rocks-native/pom.xml
index 2146da977f..5fc46abf20 100644
--- a/hadoop-hdds/rocks-native/pom.xml
+++ b/hadoop-hdds/rocks-native/pom.xml
@@ -235,6 +235,7 @@
                       <arg 
line="${project.build.directory}/rocksdb/rocksdb-${rocksdb.version}"/>
                     </exec>
                     <exec executable="make" 
dir="${project.build.directory}/rocksdb/rocksdb-${rocksdb.version}" 
failonerror="true">
+                      <arg line="PORTABLE=1"/>
                       <arg line="DEBUG_LEVEL=0"/>
                       <arg line="EXTRA_CXXFLAGS='-fPIC 
-D_GLIBCXX_USE_CXX11_ABI=0'"/>
                       <arg line="-j${system.numCores}"/>


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

Reply via email to