fixed sqlite3.a path so that we use the correct .a (the one that really encrypts the database)

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6461 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2013-06-25 19:05:59 +00:00
parent 4868a90d81
commit 9e91664ef0

View File

@ -65,7 +65,9 @@ linux-* {
gxs {
LIBS += ../../supportlibs/pegmarkdown/lib/libpegmarkdown.a
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
}
LIBS *= -lglib-2.0