projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
29d4d2c
)
jamvm: classpath needs ipv6, so jamvm as well
author
Peter Korsgaard
<jacmet@sunsite.dk>
Wed, 5 Dec 2012 00:00:09 +0000
(16:00 -0800)
committer
Peter Korsgaard
<jacmet@sunsite.dk>
Wed, 5 Dec 2012 00:00:09 +0000
(16:00 -0800)
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/jamvm/Config.in
patch
|
blob
|
history
diff --git
a/package/jamvm/Config.in
b/package/jamvm/Config.in
index 852c6e89f1c63917a0d256de5e4e050ec34453e4..0287f8074657ec7a382652b0c32ec12f2b103728 100644
(file)
--- a/
package/jamvm/Config.in
+++ b/
package/jamvm/Config.in
@@
-1,5
+1,6
@@
config BR2_PACKAGE_JAMVM
bool "jamvm"
+ depends on BR2_INET_IPV6
select BR2_PACKAGE_ZLIB
select BR2_PACKAGE_CLASSPATH
help
@@
-7,3
+8,6
@@
config BR2_PACKAGE_JAMVM
JVM specification version 2 (blue book).
http://jamvm.sf.net
+
+comment "jamvm requires a toolchain with IPV6 support"
+ depends on !BR2_INET_IPV6