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