[Buildroot] [git commit] jamvm: classpath needs ipv6, so jamvm as well

Kamal kamal.chandarana09 at gmail.com
Tue Mar 19 08:56:11 UTC 2013


Peter Korsgaard <jacmet at ...> writes:

> 
> commit: http://git.buildroot.net/buildroot/commit/?
id=5a5eeae999150ec4dcb60d5847440fbb8fbdc341
> branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master
> 
> Signed-off-by: Peter Korsgaard <jacmet at ...>
> ---
>  package/jamvm/Config.in |    4 ++++
>  1 files changed, 4 insertions(+), 0 deletions(-)
> 
> diff --git a/package/jamvm/Config.in b/package/jamvm/Config.in
> index 852c6e8..0287f80 100644
> --- 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
> 

Hi,
Did you get any Workaroud ???I am not able to use socket api for ipv6 
communication using jamvm and classpath. Help me if you find any solution or any 
kind of help posible from you.

Thanks  & Regards,
Kamal






More information about the buildroot mailing list