Repository: incubator-hawq Updated Branches: refs/heads/master e4ac516b2 -> 31aff875c
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/master Commit: 31aff875ca969e9c8d74bd4eafe56806dc83dad4 Parents: e4ac516 Author: rlei <[email protected]> Authored: Tue Feb 7 10:46:10 2017 +0800 Committer: rlei <[email protected]> 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)
