Skip to content
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.

HAWQ-1316. Fix feature test build on CentOS7.3 #1107

Merged
merged 1 commit into from
Feb 7, 2017

Conversation

radarwave
Copy link
Contributor

No description provided.

@@ -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 -l pthread
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @paul-guo- , yeah, this place is better.

@paul-guo-
Copy link
Contributor

+1.

1 similar comment
@liming01
Copy link
Contributor

liming01 commented Feb 7, 2017

+1.

@asfgit asfgit merged commit 31aff87 into apache:master Feb 7, 2017
@xunzhang
Copy link
Member

xunzhang commented Feb 9, 2017

+1

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants