mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-24 14:20:44 -04:00
fixed compilation on ubuntu natty, probably due to a packaging bug
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4167 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
383899e901
commit
478f145728
1 changed files with 5 additions and 1 deletions
|
@ -8,6 +8,7 @@ TARGET = retroshare
|
||||||
# Beware: All data of the stripped services are lost
|
# Beware: All data of the stripped services are lost
|
||||||
#CONFIG += minimal
|
#CONFIG += minimal
|
||||||
DEFINES *= PQI_DISABLE_TUNNEL
|
DEFINES *= PQI_DISABLE_TUNNEL
|
||||||
|
#ENABLE_CACHE_OPT
|
||||||
|
|
||||||
minimal {
|
minimal {
|
||||||
CONFIG -= use_blogs
|
CONFIG -= use_blogs
|
||||||
|
@ -148,6 +149,9 @@ linux-* {
|
||||||
isEmpty(INC_DIR) { INC_DIR = $${PREFIX}/include/retroshare/ }
|
isEmpty(INC_DIR) { INC_DIR = $${PREFIX}/include/retroshare/ }
|
||||||
isEmpty(LIB_DIR) { LIB_DIR = $${PREFIX}/lib/ }
|
isEmpty(LIB_DIR) { LIB_DIR = $${PREFIX}/lib/ }
|
||||||
|
|
||||||
|
# Fixes compilation on ubuntu natty 64bits. Probably a ubuntu packaging error.
|
||||||
|
INCLUDEPATH *= /usr/lib/x86_64-linux-gnu/glib-2.0/include/
|
||||||
|
|
||||||
DESTDIR = lib
|
DESTDIR = lib
|
||||||
QMAKE_CXXFLAGS *= -Wall -D_FILE_OFFSET_BITS=64
|
QMAKE_CXXFLAGS *= -Wall -D_FILE_OFFSET_BITS=64
|
||||||
QMAKE_CC = g++
|
QMAKE_CC = g++
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue