You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hawq.apache.org by es...@apache.org on 2017/02/19 23:07:37 UTC

[02/35] incubator-hawq git commit: HAWQ-1316. Fix feature test build on CentOS 7.3

HAWQ-1316. Fix feature test build on CentOS 7.3


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

Branch: refs/heads/2.1.0.0-incubating
Commit: 31aff875ca969e9c8d74bd4eafe56806dc83dad4
Parents: e4ac516
Author: rlei <rl...@pivotal.io>
Authored: Tue Feb 7 10:46:10 2017 +0800
Committer: rlei <rl...@pivotal.io>
Committed: Tue Feb 7 15:05:30 2017 +0800

----------------------------------------------------------------------
 src/test/feature/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/31aff875/src/test/feature/Makefile
----------------------------------------------------------------------
diff --git a/src/test/feature/Makefile b/src/test/feature/Makefile
index d12b751..06c3b61 100644
--- a/src/test/feature/Makefile
+++ b/src/test/feature/Makefile
@@ -9,7 +9,7 @@ gmock_lib_path = $(abs_top_srcdir)/depends/thirdparty/googletest/build/googlemoc
 override CXX = g++
 override CXXFLAGS = -Wall -O0 -g -std=c++11
 override CPPFLAGS := -I/usr/include -I/usr/local/include -I/usr/include/libxml2 -I$(abs_top_srcdir)/src/test/feature/ -I$(abs_top_srcdir)/src/test/feature/ManagementTool/ -I$(abs_top_srcdir)/src/test/feature/lib/ -I$(abs_top_srcdir)/src/interfaces/libpq -I$(abs_top_srcdir)/src/interfaces -I$(abs_top_srcdir)/src/include  -I$(gtest_include) -I$(gmock_include)
-override LIBS := $(LIBS) -lgtest -lpq -lxml2 -ltest
+override LIBS := $(LIBS) -lgtest -lpq -lxml2 -ltest -lpthread
 override LDFLAGS += -L/usr/local/lib -L/usr/lib -L$(abs_top_srcdir)/src/test/feature/ -L$(abs_top_srcdir)/src/test/feature/lib/ -L$(abs_top_srcdir)/src/interfaces/libpq -L$(gtest_lib_path) -L$(gmock_lib_path)
 
 PROG = test_main.cpp $(wildcard */*.cpp)