sqlcipher: needs thread support
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 5 Oct 2013 18:29:56 +0000 (20:29 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Sat, 5 Oct 2013 19:06:31 +0000 (21:06 +0200)
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>
package/sqlcipher/Config.in

index af41eb21c623b18dac3b9245e851d1cf5841c364..e793019353a2eb5961b2cc30894b3b6831bcc0b0 100644 (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