summaryrefslogtreecommitdiffstats
path: root/package/sqlcipher
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2015-10-14 18:41:57 -0300
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-10-14 23:49:23 +0200
commitb1dcb1c2468134ddf0e3cfc81c40874bf9fc561e (patch)
treead88c9c2b25ebe9180bd227aa0a5efb02132025f /package/sqlcipher
parent3cd1a9febe6a051db98d737a3bb78c8f461a3af3 (diff)
downloadbuildroot-b1dcb1c2468134ddf0e3cfc81c40874bf9fc561e.tar.gz
buildroot-b1dcb1c2468134ddf0e3cfc81c40874bf9fc561e.zip
sqlcipher: specify tclConfig.sh directory
Otherwise it will search around, and if the host has it then it breaks. Fixes: http://autobuild.buildroot.net/results/057/0572a9a1f69ee214efb10863f5d2852b25bf4f54/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/sqlcipher')
-rw-r--r--package/sqlcipher/sqlcipher.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/package/sqlcipher/sqlcipher.mk b/package/sqlcipher/sqlcipher.mk
index 9693eb947f..fadec2207f 100644
--- a/package/sqlcipher/sqlcipher.mk
+++ b/package/sqlcipher/sqlcipher.mk
@@ -14,7 +14,8 @@ SQLCIPHER_CONF_ENV = \
TCLSH_CMD=$(HOST_DIR)/usr/bin/tclsh$(TCL_VERSION_MAJOR)
SQLCIPHER_CONF_OPTS = \
- --enable-threadsafe
+ --enable-threadsafe \
+ --with-tcl=$(HOST_DIR)/usr/lib
SQLCIPHER_CFLAGS += -DSQLITE_HAS_CODEC # Required according to the README
SQLCIPHER_CONF_ENV += LIBS="-lcrypto -lz"
OpenPOWER on IntegriCloud