Repository: incubator-hawq Updated Branches: refs/heads/master 0d6a74406 -> 3ee258ed1
HAWQ-1507. Fix unittest-check fail on SuSE Project: http://git-wip-us.apache.org/repos/asf/incubator-hawq/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-hawq/commit/3ee258ed Tree: http://git-wip-us.apache.org/repos/asf/incubator-hawq/tree/3ee258ed Diff: http://git-wip-us.apache.org/repos/asf/incubator-hawq/diff/3ee258ed Branch: refs/heads/master Commit: 3ee258ed17291cf2ce33694e954df956194528c1 Parents: 0d6a744 Author: Ivan <[email protected]> Authored: Thu Jul 27 15:28:49 2017 +0800 Committer: Ivan <[email protected]> Committed: Thu Jul 27 15:29:33 2017 +0800 ---------------------------------------------------------------------- src/Makefile.mock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/3ee258ed/src/Makefile.mock ---------------------------------------------------------------------- diff --git a/src/Makefile.mock b/src/Makefile.mock index dea4e40..17558cb 100644 --- a/src/Makefile.mock +++ b/src/Makefile.mock @@ -42,7 +42,7 @@ LIBS := $(LIBS) $(CPLUSPLUSLIB) #LIBS := $(LIBS) $(GLIBLIB) -MOCK_LIBS := -ldl -lesmtp $(filter-out -lpgport -lesmtp -ledit, $(LIBS)) +MOCK_LIBS := -ldl -lpthread -lesmtp $(filter-out -lpgport -lesmtp -ledit, $(LIBS)) # We are unable to mock them up at the moment. Real objects should contain them.
