bitcoind does not need to link with gthread-2.0
authorGavin Andresen <gavinandresen@gmail.com>
Mon, 10 Oct 2011 20:03:14 +0000 (16:03 -0400)
committerGavin Andresen <gavinandresen@gmail.com>
Mon, 10 Oct 2011 20:03:14 +0000 (16:03 -0400)
src/makefile.unix

index 0e903ef..86558b3 100644 (file)
@@ -45,7 +45,6 @@ endif
 
 LIBS+= \
  -Wl,-B$(LMODE2) \
-   -l gthread-2.0 \
    -l z \
    -l dl \
    -l pthread