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)
committerLuke Dashjr <luke-jr+git@utopios.org>
Mon, 10 Oct 2011 20:18:58 +0000 (16:18 -0400)
src/makefile.unix

index 43c3ea7..98c4077 100644 (file)
@@ -30,7 +30,6 @@ endif
 
 LIBS+= \
  -Wl,-Bdynamic \
-   -l gthread-2.0 \
    -l z \
    -l dl \
    -l pthread