From e44a00ae0d20ec6813280f1cb822a74b8de6d5a4 Mon Sep 17 00:00:00 2001 From: Gavin Andresen Date: Mon, 10 Oct 2011 16:03:14 -0400 Subject: [PATCH] bitcoind does not need to link with gthread-2.0 --- src/makefile.unix | 1 - 1 file changed, 1 deletion(-) diff --git a/src/makefile.unix b/src/makefile.unix index 0e903ef18..86558b3ec 100644 --- a/src/makefile.unix +++ b/src/makefile.unix @@ -45,7 +45,6 @@ endif LIBS+= \ -Wl,-B$(LMODE2) \ - -l gthread-2.0 \ -l z \ -l dl \ -l pthread