[Buildroot] [PATCH] sqlcipher: needs thread support

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Sat Oct 5 18:29:56 UTC 2013


Fixes:

  http://autobuild.buildroot.org/results/ac4/ac482030479b8172bf45c4f850d9007ec7c95ea5/

Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
---
 package/sqlcipher/Config.in | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/package/sqlcipher/Config.in b/package/sqlcipher/Config.in
index af41eb2..e793019 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
-- 
1.8.1.2



More information about the buildroot mailing list