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
commit 4ad84ff35efa76b4141434910def711bd53c22f5 Author: oushu1tuyu1 <[email protected]> AuthorDate: Sat Apr 27 11:53:28 2019 +0800 HAWQ-1706. enable orc build in makefile --- contrib/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/contrib/Makefile b/contrib/Makefile index 25be576..903c64f 100644 --- a/contrib/Makefile +++ b/contrib/Makefile @@ -16,9 +16,9 @@ ifeq ($(with_pgcrypto), yes) WANTED_DIRS += pgcrypto endif -# ifeq ($(with_orc), yes) -# WANTED_DIRS += orc -# endif +ifeq ($(with_orc), yes) +WANTED_DIRS += orc +endif # Missing: # start-scripts \ (does not have a makefile)
