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>
This commit is contained in:
Thomas Petazzoni 2013-10-05 20:29:56 +02:00 committed by Peter Korsgaard
parent d850348c54
commit 5a9ed103d9

View File

@ -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