libstrophe: needs thread support in toolchain
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 29 Mar 2014 22:28:41 +0000 (23:28 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 29 Mar 2014 22:28:41 +0000 (23:28 +0100)
Fixes:

  http://autobuild.buildroot.org/results/210/21072a847ecc682594ed06897fa45f888b562123/build-end.log

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/libstrophe/Config.in

index d4e6a7d2e2b64011fc485339df65deab296b93cf..ff805324df642bca20975ca53a0649c95049988b 100644 (file)
@@ -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