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:
parent
d850348c54
commit
5a9ed103d9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user