added -D_FILE_OFFSET_BITS=64 to allow compilation on lucid i386

git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.5.0@2682 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2010-04-05 14:11:15 +00:00
parent e4c97a8774
commit ae09f71d59

View File

@ -25,7 +25,7 @@ debug {
################################# Linux ##########################################
linux-* {
DESTDIR = lib
QMAKE_CXXFLAGS *= -Wall
QMAKE_CXXFLAGS *= -Wall -D_FILE_OFFSET_BITS=64
QMAKE_CC = g++
SSL_DIR = /usr/include/openssl