fixed slite lib linkage

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6463 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2013-06-25 19:48:51 +00:00
parent 3560729ba7
commit 8d7bbb25f8

View File

@ -31,7 +31,8 @@ linux-* {
LIBS *= -lcrypto -ldl -lz
gxs {
LIBS += -lsqlite3
# We need a explicit path here, to force using the home version of sqlite3 that really encrypts the database.
LIBS += ../../../lib/sqlcipher/.libs/libsqlite3.a
}
}