Merge pull request #178 from wizeman/link-pthread.

Link with libpthread on Linux, required by libboost_thread.
This commit is contained in:
Pieter Wuille 2011-05-01 09:33:40 -07:00
commit fbfbf94deb
1 changed files with 2 additions and 1 deletions

View File

@ -32,7 +32,8 @@ LIBS+= \
-Wl,-Bdynamic \
-l gthread-2.0 \
-l z \
-l dl
-l dl \
-l pthread
DEBUGFLAGS=-g -D__WXDEBUG__