mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-09 06:42:19 -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
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ debug {
|
||||||
################################# Linux ##########################################
|
################################# Linux ##########################################
|
||||||
linux-* {
|
linux-* {
|
||||||
DESTDIR = lib
|
DESTDIR = lib
|
||||||
QMAKE_CXXFLAGS *= -Wall
|
QMAKE_CXXFLAGS *= -Wall -D_FILE_OFFSET_BITS=64
|
||||||
QMAKE_CC = g++
|
QMAKE_CC = g++
|
||||||
|
|
||||||
SSL_DIR = /usr/include/openssl
|
SSL_DIR = /usr/include/openssl
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue