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

iwasakims pushed a commit to branch branch-3.3
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/branch-3.3 by this push:
     new 85843f2  MAPREDUCE-7373. Building MapReduce NativeTask fails on Fedora 
34+ (#4120)
85843f2 is described below

commit 85843f21584c10a5f746765e7c9ce22e5a6aab7f
Author: Kengo Seki <[email protected]>
AuthorDate: Wed Mar 30 22:47:45 2022 +0900

    MAPREDUCE-7373. Building MapReduce NativeTask fails on Fedora 34+ (#4120)
    
    (cherry picked from commit dc4a680da8bcacf152cc8638d86dd171a7901245)
---
 .../hadoop-mapreduce-client-nativetask/src/CMakeLists.txt                | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-nativetask/src/CMakeLists.txt
 
b/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-nativetask/src/CMakeLists.txt
index ae3b9c6..4c32838 100644
--- 
a/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-nativetask/src/CMakeLists.txt
+++ 
b/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-nativetask/src/CMakeLists.txt
@@ -27,6 +27,7 @@ set(GTEST_SRC_DIR 
${CMAKE_SOURCE_DIR}/../../../../hadoop-common-project/hadoop-c
 # Add extra compiler and linker flags.
 # -Wno-sign-compare
 hadoop_add_compiler_flags("-DNDEBUG -DSIMPLE_MEMCPY -fno-strict-aliasing 
-fsigned-char")
+set(CMAKE_CXX_STANDARD 11)
 
 # Source location.
 set(SRC main/native)

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

Reply via email to