From 8d7bbb25f85608cafc8a44936f3bf1e5d098f906 Mon Sep 17 00:00:00 2001 From: csoler Date: Tue, 25 Jun 2013 19:48:51 +0000 Subject: [PATCH] fixed slite lib linkage git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6463 b45a01b8-16f6-495d-af2f-9b41ad6348cc --- retroshare-nogui/src/retroshare-nogui.pro | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/retroshare-nogui/src/retroshare-nogui.pro b/retroshare-nogui/src/retroshare-nogui.pro index b61432140..8ea2adf02 100644 --- a/retroshare-nogui/src/retroshare-nogui.pro +++ b/retroshare-nogui/src/retroshare-nogui.pro @@ -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 } }