aboutsummaryrefslogtreecommitdiff
path: root/src/makefile.unix
diff options
context:
space:
mode:
authorGavin Andresen <gavinandresen@gmail.com>2011-10-10 16:03:14 -0400
committerGavin Andresen <gavinandresen@gmail.com>2011-10-10 16:03:14 -0400
commite44a00ae0d20ec6813280f1cb822a74b8de6d5a4 (patch)
tree07bdaca1619f9a243491e8a5a51889aa03d810e6 /src/makefile.unix
parentef49d8a6ca4dd76063251467198ce176547d3b59 (diff)
downloadbitcoin-e44a00ae0d20ec6813280f1cb822a74b8de6d5a4.tar.xz
bitcoind does not need to link with gthread-2.0
Diffstat (limited to 'src/makefile.unix')
-rw-r--r--src/makefile.unix1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/makefile.unix b/src/makefile.unix
index 0e903ef18e..86558b3ecb 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