mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-14 03:52:39 -04:00
added missing -lpthread
This commit is contained in:
parent
3446e20506
commit
cd4d743474
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ linux-* {
|
|||
LIBS += ../librssimulator/lib/librssimulator.a
|
||||
LIBS += ../../openpgpsdk/src/lib/libops.a -lbz2
|
||||
LIBS += -lssl -lupnp -lixml -lXss -lgnome-keyring
|
||||
LIBS *= -lcrypto -ldl -lX11 -lz
|
||||
LIBS *= -lcrypto -ldl -lX11 -lz -lpthread
|
||||
|
||||
#LIBS += ../../supportlibs/pegmarkdown/lib/libpegmarkdown.a
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue