Repository: incubator-hawq
Updated Branches:
  refs/heads/master 01ce2083f -> aef91cab4


HAWQ-1186. Remove with-thrift in src/Makefile.global.in


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

Branch: refs/heads/master
Commit: aef91cab4b0ec3c8c2f0a3c6c5881245a29ddcc9
Parents: 01ce208
Author: Paul Guo <paul...@gmail.com>
Authored: Fri Dec 2 16:44:23 2016 +0800
Committer: Paul Guo <paul...@gmail.com>
Committed: Sat Dec 3 10:15:33 2016 +0800

----------------------------------------------------------------------
 src/Makefile.global.in | 7 -------
 1 file changed, 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/aef91cab/src/Makefile.global.in
----------------------------------------------------------------------
diff --git a/src/Makefile.global.in b/src/Makefile.global.in
index 785c4df..9dae4bb 100644
--- a/src/Makefile.global.in
+++ b/src/Makefile.global.in
@@ -220,10 +220,6 @@ COLLATEINDEX       = @COLLATEINDEX@
 
 CPP = @CPP@
 CPPFLAGS = @CPPFLAGS@
-with_thrift = @with_thrift@
-ifeq ($(with_thrift), yes)
-CPPFLAGS += 
-I$(abs_top_srcdir)/depends/thirdparty/thrift/install$(prefix)/include
-endif
 CPPFLAGS += -I$(abs_top_srcdir)/depends/libhdfs3/build/install$(prefix)/include
 CPPFLAGS += -I$(abs_top_srcdir)/depends/libyarn/build/install$(prefix)/include
 
@@ -275,9 +271,6 @@ else
   LDFLAGS = -L$(top_builddir)/src/port
 endif
 LDFLAGS += @LDFLAGS@
-ifeq ($(with_thrift), yes)
-LDFLAGS += -L$(abs_top_srcdir)/depends/thirdparty/thrift/install$(prefix)/lib
-endif
 LDFLAGS += -L$(abs_top_srcdir)/depends/libhdfs3/build/install$(prefix)/lib
 LDFLAGS += -L$(abs_top_srcdir)/depends/libyarn/build/install$(prefix)/lib
 

Reply via email to