changeset 554:01057e91a15b draft

Merge pull request #178 from wizeman/link-pthread. Link with libpthread on Linux, required by libboost_thread.
author Pieter Wuille <pieter.wuille@gmail.com>
date Sun, 01 May 2011 09:33:40 -0700
parents 5159a6337187 (current diff) c1667435491a (diff)
children 389d922553e4
files
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/makefile.unix
+++ b/makefile.unix
@@ -32,7 +32,8 @@
  -Wl,-Bdynamic \
    -l gthread-2.0 \
    -l z \
-   -l dl
+   -l dl \
+   -l pthread
 
 
 DEBUGFLAGS=-g -D__WXDEBUG__