You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hawq.apache.org by jy...@apache.org on 2016/05/25 07:47:31 UTC

incubator-hawq git commit: HAWQ-757. Hotfix feature-test compiling bug.

Repository: incubator-hawq
Updated Branches:
  refs/heads/master 99fc55fd4 -> 6708ebd70


HAWQ-757. Hotfix feature-test compiling bug.


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

Branch: refs/heads/master
Commit: 6708ebd70554f4c433c29e6c22042b7d862234ab
Parents: 99fc55f
Author: xunzhang <xu...@gmail.com>
Authored: Wed May 25 15:24:09 2016 +0800
Committer: xunzhang <xu...@gmail.com>
Committed: Wed May 25 15:24:09 2016 +0800

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


http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/6708ebd7/src/test/feature/Makefile
----------------------------------------------------------------------
diff --git a/src/test/feature/Makefile b/src/test/feature/Makefile
index e0f133e..1ed562a 100644
--- a/src/test/feature/Makefile
+++ b/src/test/feature/Makefile
@@ -10,7 +10,7 @@ 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/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 LDFLAGS += -L/usr/local/lib -L/usr/lib -L$(abs_top_srcdir)/src/test/feature/lib -L$(gtest_lib_path) -L$(gmock_lib_path)
+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)
 RM = rm -rf