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@2683 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
ae09f71d59
commit
f46978fbcd
@ -18,6 +18,7 @@ debug {
|
||||
# Put lib dir in QMAKE_LFLAGS so it appears before -L/usr/lib
|
||||
linux-* {
|
||||
CONFIG += version_detail_bash_script
|
||||
QMAKE_CXXFLAGS *= -D_FILE_OFFSET_BITS=64
|
||||
LIBS += ../../libretroshare/src/lib/libretroshare.a
|
||||
LIBS += -lssl -lgpgme -lupnp
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user