You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hawq.apache.org by rl...@apache.org on 2017/07/27 07:41:32 UTC

incubator-hawq git commit: HAWQ-1507. Fix unittest-check fail on SuSE

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 <we...@gmail.com>
Authored: Thu Jul 27 15:28:49 2017 +0800
Committer: Ivan <we...@gmail.com>
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.