mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-24 23:15:41 -04:00
Fix FeedReader compilation
(Thanks to AsamK)
This commit is contained in:
parent
a4ccd18da1
commit
d195b154bc
1 changed files with 2 additions and 1 deletions
|
@ -89,7 +89,8 @@ linux-* {
|
|||
win32 {
|
||||
DEFINES += CURL_STATICLIB LIBXML_STATIC LIBXSLT_STATIC LIBEXSLT_STATIC
|
||||
|
||||
LIBS += -lcurl -lxml2 -lz -lxslt -lws2_32 -lwldap32 -lssl -lcrypto
|
||||
#Have to reorder libs, else got /libs/lib/libcrypto.a(bio_lib.o):bio_lib.c:(.text+0x0): multiple definition of `BIO_new'
|
||||
LIBS = -lcurl -lxml2 -lz -lxslt -lws2_32 -lwldap32 -lssl -lcrypto -lgdi32 $${LIBS}
|
||||
}
|
||||
|
||||
openbsd-* {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue