mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-30 14:46:31 +00:00
jamvm: classpath needs ipv6, so jamvm as well
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
29d4d2c6c4
commit
5a5eeae999
@ -1,5 +1,6 @@
|
|||||||
config BR2_PACKAGE_JAMVM
|
config BR2_PACKAGE_JAMVM
|
||||||
bool "jamvm"
|
bool "jamvm"
|
||||||
|
depends on BR2_INET_IPV6
|
||||||
select BR2_PACKAGE_ZLIB
|
select BR2_PACKAGE_ZLIB
|
||||||
select BR2_PACKAGE_CLASSPATH
|
select BR2_PACKAGE_CLASSPATH
|
||||||
help
|
help
|
||||||
@ -7,3 +8,6 @@ config BR2_PACKAGE_JAMVM
|
|||||||
JVM specification version 2 (blue book).
|
JVM specification version 2 (blue book).
|
||||||
|
|
||||||
http://jamvm.sf.net
|
http://jamvm.sf.net
|
||||||
|
|
||||||
|
comment "jamvm requires a toolchain with IPV6 support"
|
||||||
|
depends on !BR2_INET_IPV6
|
||||||
|
Loading…
x
Reference in New Issue
Block a user