summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Korsgaard <peter@korsgaard.com>2016-03-16 09:18:26 +0100
committerPeter Korsgaard <peter@korsgaard.com>2016-03-16 09:18:26 +0100
commitcba44b10948a732a1eae841d1761638046c323c6 (patch)
tree6e014d94f53286a1da7aaff1200f5bc6547d53fc
parent0dcd577c662214a8eb6c59fef3709c73aa5c4c4e (diff)
downloadbuildroot-cba44b10948a732a1eae841d1761638046c323c6.tar.gz
buildroot-cba44b10948a732a1eae841d1761638046c323c6.zip
jamvm: needs dynamic library support
Fixes: http://autobuild.buildroot.net/results/931/931a005fab39f22bda0fd8c249f3e4d1f5eba4cc/ http://autobuild.buildroot.net/results/fa3/fa34334acd8d682e76444d9208463f364de96291/ Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r--package/jamvm/Config.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/package/jamvm/Config.in b/package/jamvm/Config.in
index 3b5ff3e58c..2cc97a1398 100644
--- a/package/jamvm/Config.in
+++ b/package/jamvm/Config.in
@@ -1,6 +1,7 @@
config BR2_PACKAGE_JAMVM
bool "jamvm"
depends on BR2_TOOLCHAIN_HAS_THREADS
+ depends on !BR2_STATIC_LIBS
depends on BR2_arm || BR2_armeb || BR2_i386 || BR2_x86_64 \
|| BR2_mips || BR2_mipsel || BR2_powerpc
select BR2_PACKAGE_ZLIB
@@ -11,7 +12,7 @@ config BR2_PACKAGE_JAMVM
http://jamvm.sf.net
-comment "jamvm needs a toolchain w/ threads"
+comment "jamvm needs a toolchain w/ threads, dynamic library"
depends on BR2_arm || BR2_armeb || BR2_i386 || BR2_x86_64 \
|| BR2_mips || BR2_mipsel || BR2_powerpc
- depends on !BR2_TOOLCHAIN_HAS_THREADS
+ depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS
OpenPOWER on IntegriCloud