summaryrefslogtreecommitdiff
path: root/package/libstrophe
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-03-29 23:28:41 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-03-29 23:28:41 +0100
commitccd78862c3d3ab1b0fdb4bb4e21a54fd57e143b0 (patch)
treec1a0e7bc385994c4ae6f124ecec76a15215cf507 /package/libstrophe
parentfd90662f26a7ddbd293d97c38861ae486e937183 (diff)
libstrophe: needs thread support in toolchain
Fixes: http://autobuild.buildroot.org/results/210/21072a847ecc682594ed06897fa45f888b562123/build-end.log Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/libstrophe')
-rw-r--r--package/libstrophe/Config.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/package/libstrophe/Config.in b/package/libstrophe/Config.in
index d4e6a7d2e..ff805324d 100644
--- a/package/libstrophe/Config.in
+++ b/package/libstrophe/Config.in
@@ -2,6 +2,7 @@ config BR2_PACKAGE_LIBSTROPHE
bool "libstrophe"
select BR2_PACKAGE_OPENSSL
select BR2_PACKAGE_LIBXML2 if !BR2_PACKAGE_EXPAT
+ depends on BR2_TOOLCHAIN_HAS_THREADS
help
libstrophe is a lightweight XMPP client library written in C.
It has minimal dependencies and is configurable for various
@@ -9,3 +10,6 @@ config BR2_PACKAGE_LIBSTROPHE
based platforms.
https://github.com/strophe/libstrophe
+
+comment "libstrophe needs a toolchain w/ threads"
+ depends on !BR2_TOOLCHAIN_HAS_THREADS