From 6be1abb14a4832c9d8e77bf316ddcdb2b393c265 Mon Sep 17 00:00:00 2001 From: Matt Weber Date: Thu, 26 Mar 2015 10:54:40 -0500 Subject: [PATCH] jamvm: add depends on toolchain w/threads Signed-off-by: Matt Weber Signed-off-by: Thomas Petazzoni --- package/jamvm/Config.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/package/jamvm/Config.in b/package/jamvm/Config.in index f4809957cf..375bded624 100644 --- a/package/jamvm/Config.in +++ b/package/jamvm/Config.in @@ -1,6 +1,7 @@ config BR2_PACKAGE_JAMVM bool "jamvm" depends on BR2_INET_IPV6 + depends on BR2_TOOLCHAIN_HAS_THREADS depends on BR2_arm || BR2_armeb || BR2_i386 || BR2_x86_64 \ || BR2_mips || BR2_mipsel || BR2_powerpc select BR2_PACKAGE_ZLIB @@ -11,7 +12,8 @@ config BR2_PACKAGE_JAMVM http://jamvm.sf.net -comment "jamvm needs a toolchain w/ IPv6" +comment "jamvm needs a toolchain w/ IPv6, threads" depends on BR2_arm || BR2_armeb || BR2_i386 || BR2_x86_64 \ || BR2_mips || BR2_mipsel || BR2_powerpc depends on !BR2_INET_IPV6 + depends on !BR2_TOOLCHAIN_HAS_THREADS -- 2.30.2