diff options
| author | Ricardo M. Correia <[email protected]> | 2011-04-23 01:16:19 +0200 |
|---|---|---|
| committer | Ricardo M. Correia <[email protected]> | 2011-04-23 01:39:20 +0200 |
| commit | 1a5364bd19e92b252c75ccc54b0bcc80f4a0c1f7 (patch) | |
| tree | 54f1e26f95685c9bf5b900f5d3f0ab9eb8f4a588 | |
| parent | Better wording for transaction fee notification messages (diff) | |
| download | discoin-1a5364bd19e92b252c75ccc54b0bcc80f4a0c1f7.tar.xz discoin-1a5364bd19e92b252c75ccc54b0bcc80f4a0c1f7.zip | |
Link with libpthread on Linux, required by libboost_thread.
Fixes link failure when using the 'gold' linker.
| -rw-r--r-- | makefile.unix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/makefile.unix b/makefile.unix index 61b925e3b..f1ffc2f7e 100644 --- a/makefile.unix +++ b/makefile.unix @@ -32,7 +32,8 @@ LIBS+= \ -Wl,-Bdynamic \ -l gthread-2.0 \ -l z \ - -l dl + -l dl \ + -l pthread DEBUGFLAGS=-g -D__WXDEBUG__ |