mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
* Patched for Arch.
* Disabled FeedReader until is compiles properly. git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5997 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
069b72e0b2
commit
d8e327afcc
@ -24,6 +24,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include <unistd.h>
|
||||
|
||||
#include "gxscoreserver.h"
|
||||
|
||||
|
@ -24,6 +24,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include <unistd.h>
|
||||
|
||||
#include <openssl/err.h>
|
||||
#include <openssl/ssl.h>
|
||||
#include <openssl/evp.h>
|
||||
|
@ -24,6 +24,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include <unistd.h>
|
||||
|
||||
#include "rsgxsnetservice.h"
|
||||
#include "rsgxsflags.h"
|
||||
|
||||
|
@ -3,4 +3,6 @@ TEMPLATE = subdirs
|
||||
SUBDIRS += \
|
||||
LinksCloud \
|
||||
VOIP \
|
||||
FeedReader
|
||||
|
||||
# disabled until fixed.
|
||||
# FeedReader
|
||||
|
@ -67,6 +67,7 @@ linux-* {
|
||||
LIBS += -lsqlite3
|
||||
}
|
||||
|
||||
LIBS *= -lglib-2.0
|
||||
LIBS *= -rdynamic
|
||||
DEFINES *= HAVE_XSS # for idle time, libx screensaver extensions
|
||||
DEFINES *= UBUNTU
|
||||
|
Loading…
Reference in New Issue
Block a user