mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
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:
parent
e4c97a8774
commit
ae09f71d59
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user