HAWQ-502 drop boost-thread link flag [#105338218] Because it's unnecessary. This fixes #420
Project: http://git-wip-us.apache.org/repos/asf/incubator-hawq/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-hawq/commit/6e88cbab Tree: http://git-wip-us.apache.org/repos/asf/incubator-hawq/tree/6e88cbab Diff: http://git-wip-us.apache.org/repos/asf/incubator-hawq/diff/6e88cbab Branch: refs/heads/HAWQ-459 Commit: 6e88cbabfe985bbb3f38f32a821ae84158735419 Parents: c67a1a4 Author: Jacob Frank, Jesse Zhang, Omer Arap and Xin Zhang <[email protected]> Authored: Fri Mar 18 17:01:38 2016 -0700 Committer: Jacob Frank, Jesse Zhang, Omer Arap and Xin Zhang <[email protected]> Committed: Fri Mar 18 17:03:40 2016 -0700 ---------------------------------------------------------------------- src/backend/Makefile | 2 +- src/bin/gpcheckhdfs/Makefile | 2 +- src/bin/gpfilesystem/hdfs/Makefile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/6e88cbab/src/backend/Makefile ---------------------------------------------------------------------- diff --git a/src/backend/Makefile b/src/backend/Makefile index 18ed91a..f89c24d 100644 --- a/src/backend/Makefile +++ b/src/backend/Makefile @@ -52,7 +52,7 @@ LIBS := $(filter-out -lpgport, $(LIBS)) $(LDAP_LIBS_BE) $(CONNECTEMCLIB) # The backend doesn't need everything that's in LIBS, however LIBS := $(filter-out -lreadline -ledit -ltermcap -lncurses -lcurses, $(LIBS)) -LIBS := -lprotobuf -lboost_thread -lboost_system -lboost_date_time -lstdc++ -lhdfs3 -lgsasl -lxml2 $(LIBS) +LIBS := -lprotobuf -lboost_system -lboost_date_time -lstdc++ -lhdfs3 -lgsasl -lxml2 $(LIBS) # adding orca libraries ifeq ($(enable_orca),yes) http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/6e88cbab/src/bin/gpcheckhdfs/Makefile ---------------------------------------------------------------------- diff --git a/src/bin/gpcheckhdfs/Makefile b/src/bin/gpcheckhdfs/Makefile index cd81902..fd3c4f1 100644 --- a/src/bin/gpcheckhdfs/Makefile +++ b/src/bin/gpcheckhdfs/Makefile @@ -20,7 +20,7 @@ subdir = src/bin/gpcheckhdfs top_builddir = ../../.. include $(top_builddir)/src/Makefile.global -LIBS := -lprotobuf -lboost_thread -lboost_system -lboost_date_time -lstdc++ -lhdfs3 -lgsasl $(LIBS) +LIBS := -lprotobuf -lboost_system -lboost_date_time -lstdc++ -lhdfs3 -lgsasl $(LIBS) OBJS=gpcheckhdfs.o http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/6e88cbab/src/bin/gpfilesystem/hdfs/Makefile ---------------------------------------------------------------------- diff --git a/src/bin/gpfilesystem/hdfs/Makefile b/src/bin/gpfilesystem/hdfs/Makefile index b0fb359..cfe1995 100644 --- a/src/bin/gpfilesystem/hdfs/Makefile +++ b/src/bin/gpfilesystem/hdfs/Makefile @@ -24,7 +24,7 @@ OBJS = gpfshdfs.o PG_CPPFLAGS = -I$(libpq_srcdir) PG_LIBS = $(libpq_pgport) -SHLIB_LINK = -lprotobuf -lboost_thread -lboost_system -lboost_date_time -lstdc++ -lhdfs3 +SHLIB_LINK = -lprotobuf -lboost_system -lboost_date_time -lstdc++ -lhdfs3 ifdef USE_PGXS PGXS := $(shell pg_config --pgxs)
