summaryrefslogtreecommitdiff
path: root/package/sqlcipher
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2013-10-05 20:29:56 +0200
committerPeter Korsgaard <peter@korsgaard.com>2013-10-05 21:06:31 +0200
commit5a9ed103d97cb27ff67eba895ed7d34cd9f716fc (patch)
tree86730c98a75814f6462b02220e4cd57d819b18aa /package/sqlcipher
parentd850348c547aaf7b2fc5548e4b2bff43f78e7b61 (diff)
sqlcipher: needs thread support
Fixes: http://autobuild.buildroot.org/results/ac4/ac482030479b8172bf45c4f850d9007ec7c95ea5/ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/sqlcipher')
-rw-r--r--package/sqlcipher/Config.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/package/sqlcipher/Config.in b/package/sqlcipher/Config.in
index af41eb21c..e79301935 100644
--- a/package/sqlcipher/Config.in
+++ b/package/sqlcipher/Config.in
@@ -1,6 +1,7 @@
config BR2_PACKAGE_SQLCIPHER
bool "sqlcipher"
depends on !BR2_PACKAGE_SQLITE
+ depends on BR2_TOOLCHAIN_HAS_THREADS
select BR2_PACKAGE_OPENSSL
help
SQLCipher is an SQLite extension that provides 256 bits AES
@@ -27,3 +28,6 @@ config BR2_PACKAGE_SQLCIPHER_STAT3
comment "sqlcipher conflicts with sqlite"
depends on BR2_PACKAGE_SQLITE
+
+comment "sqlcipher needs a toolchain with thread support"
+ depends on !BR2_TOOLCHAIN_HAS_THREADS