Browse Source

bitcoind does not need to link with gthread-2.0

0.8
Gavin Andresen 13 years ago
parent
commit
e44a00ae0d
  1. 1
      src/makefile.unix

1
src/makefile.unix

@ -45,7 +45,6 @@ endif
LIBS+= \ LIBS+= \
-Wl,-B$(LMODE2) \ -Wl,-B$(LMODE2) \
-l gthread-2.0 \
-l z \ -l z \
-l dl \ -l dl \
-l pthread -l pthread

Loading…
Cancel
Save