aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGavin Andresen <gavinandresen@gmail.com>2011-10-10 16:03:14 -0400
committerLuke Dashjr <luke-jr+git@utopios.org>2011-10-10 16:18:58 -0400
commitb526cbaa718a6c66bc6b5bc224d2717e0066ddb6 (patch)
treec0f48186610c1c4abced52ded7face3593e608c3
parentaec5c5fe26293452d3fe7acf1e4c20830613812c (diff)
downloadbitcoin-b526cbaa718a6c66bc6b5bc224d2717e0066ddb6.tar.xz
bitcoind does not need to link with gthread-2.0
-rw-r--r--src/makefile.unix1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/makefile.unix b/src/makefile.unix
index 43c3ea7f50..98c40771d2 100644
--- a/src/makefile.unix
+++ b/src/makefile.unix
@@ -30,7 +30,6 @@ endif
LIBS+= \
-Wl,-Bdynamic \
- -l gthread-2.0 \
-l z \
-l dl \
-l pthread