You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hawq.apache.org by hu...@apache.org on 2019/08/15 01:29:11 UTC

[hawq] branch master updated: HAWQ-1745. include *.h in storage in contrib's makefile

This is an automated email from the ASF dual-hosted git repository.

huor pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hawq.git


The following commit(s) were added to refs/heads/master by this push:
     new e19ffa3  HAWQ-1745. include *.h in storage in contrib's makefile
e19ffa3 is described below

commit e19ffa37b9d4232ce8ef38c065413aad73e7dbc6
Author: oushu1tuyu1 <tu...@oushu.io>
AuthorDate: Wed Aug 14 23:43:32 2019 +0800

    HAWQ-1745. include *.h in storage in contrib's makefile
---
 contrib/exthdfs/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/exthdfs/Makefile b/contrib/exthdfs/Makefile
index b8bd2ce..8a98978 100644
--- a/contrib/exthdfs/Makefile
+++ b/contrib/exthdfs/Makefile
@@ -24,7 +24,7 @@ include $(top_builddir)/src/Makefile.global
 PG_CPPFLAGS = -I$(libpq_srcdir)
 PG_LIBS = $(libpq_pgport)
 
-override CFLAGS += -lhdfs3 -lstorage -L$(prefix)/lib
+override CFLAGS += -lhdfs3 -lstorage -L$(prefix)/lib -I$(prefix)/include
 
 ifdef USE_PGXS
 PGXS := $(shell pg_config --pgxs)