* 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:
drbob 2012-12-16 21:12:26 +00:00
parent 069b72e0b2
commit d8e327afcc
5 changed files with 9 additions and 1 deletions

View File

@ -24,6 +24,7 @@
* *
*/ */
#include <unistd.h>
#include "gxscoreserver.h" #include "gxscoreserver.h"

View File

@ -24,6 +24,8 @@
* *
*/ */
#include <unistd.h>
#include <openssl/err.h> #include <openssl/err.h>
#include <openssl/ssl.h> #include <openssl/ssl.h>
#include <openssl/evp.h> #include <openssl/evp.h>

View File

@ -24,6 +24,8 @@
* *
*/ */
#include <unistd.h>
#include "rsgxsnetservice.h" #include "rsgxsnetservice.h"
#include "rsgxsflags.h" #include "rsgxsflags.h"

View File

@ -3,4 +3,6 @@ TEMPLATE = subdirs
SUBDIRS += \ SUBDIRS += \
LinksCloud \ LinksCloud \
VOIP \ VOIP \
FeedReader
# disabled until fixed.
# FeedReader

View File

@ -67,6 +67,7 @@ linux-* {
LIBS += -lsqlite3 LIBS += -lsqlite3
} }
LIBS *= -lglib-2.0
LIBS *= -rdynamic LIBS *= -rdynamic
DEFINES *= HAVE_XSS # for idle time, libx screensaver extensions DEFINES *= HAVE_XSS # for idle time, libx screensaver extensions
DEFINES *= UBUNTU DEFINES *= UBUNTU