mirror of
https://github.com/kvazar-network/kevacoin.git
synced 2025-01-11 15:48:05 +00:00
Link with libpthread on Linux, required by libboost_thread.
Fixes link failure when using the 'gold' linker.
This commit is contained in:
parent
64ad448adc
commit
1a5364bd19
@ -32,7 +32,8 @@ LIBS+= \
|
||||
-Wl,-Bdynamic \
|
||||
-l gthread-2.0 \
|
||||
-l z \
|
||||
-l dl
|
||||
-l dl \
|
||||
-l pthread
|
||||
|
||||
|
||||
DEBUGFLAGS=-g -D__WXDEBUG__
|
||||
|
Loading…
Reference in New Issue
Block a user