You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafodion.apache.org by se...@apache.org on 2017/10/15 22:07:27 UTC

[8/9] incubator-trafodion git commit: [TRAFODION-2768] Make Trafodion code base to compile in RH7

[TRAFODION-2768] Make Trafodion code base to compile in RH7

Fix for failure in executor/TEST130
Fix for unresolved references in Trafodion executables with RH7


Project: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/commit/e1b0ffce
Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/tree/e1b0ffce
Diff: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/diff/e1b0ffce

Branch: refs/heads/master
Commit: e1b0ffcebe4a13d6b1835238df404a72af7bdf29
Parents: a78ffde
Author: selvaganesang <se...@esgyn.com>
Authored: Fri Oct 13 22:01:16 2017 +0000
Committer: selvaganesang <se...@esgyn.com>
Committed: Fri Oct 13 22:01:16 2017 +0000

----------------------------------------------------------------------
 core/sql/exp/ExpLOBinterface.cpp  | 1 -
 core/sql/nskgmake/Makerules.linux | 1 +
 2 files changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/e1b0ffce/core/sql/exp/ExpLOBinterface.cpp
----------------------------------------------------------------------
diff --git a/core/sql/exp/ExpLOBinterface.cpp b/core/sql/exp/ExpLOBinterface.cpp
index 8b4dd4e..79bf622 100644
--- a/core/sql/exp/ExpLOBinterface.cpp
+++ b/core/sql/exp/ExpLOBinterface.cpp
@@ -606,7 +606,6 @@ Lng32 ExpLOBInterfaceInsertSelect(ExLobGlobals * exLobGlob,
 		   exLobGlob,
 		   xnId, 
 		   blackBox, blackBoxLen,
-                   NULL, // compression
 		   lobMaxSize,
 		   lobMaxChunkMemSize,
                    lobGCLimit,

http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/e1b0ffce/core/sql/nskgmake/Makerules.linux
----------------------------------------------------------------------
diff --git a/core/sql/nskgmake/Makerules.linux b/core/sql/nskgmake/Makerules.linux
index a5ae1c3..9ce1a40 100755
--- a/core/sql/nskgmake/Makerules.linux
+++ b/core/sql/nskgmake/Makerules.linux
@@ -244,6 +244,7 @@ endif
 
 # -short-wchar: Have the compiler treat wchar_t as a 2-byte character. 
 SYS_CXXFLAGS += -fshort-wchar -std=c++0x
+SYS_CXXFLAGS += -Xlinker --copy-dt-needed-entries
 SYS_CXXFLAGS += -Wno-conversion-null
 SYS_CXXFLAGS += -fcheck-new
 CFLAGS += -fshort-wchar