All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [git commit] jamvm: classpath needs ipv6, so jamvm as well
@ 2012-12-05  0:00 Peter Korsgaard
  2013-03-19  8:56 ` Kamal
  0 siblings, 1 reply; 2+ messages in thread
From: Peter Korsgaard @ 2012-12-05  0:00 UTC (permalink / raw)
  To: buildroot

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@sunsite.dk>
---
 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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [Buildroot] [git commit] jamvm: classpath needs ipv6, so jamvm as well
  2012-12-05  0:00 [Buildroot] [git commit] jamvm: classpath needs ipv6, so jamvm as well Peter Korsgaard
@ 2013-03-19  8:56 ` Kamal
  0 siblings, 0 replies; 2+ messages in thread
From: Kamal @ 2013-03-19  8:56 UTC (permalink / raw)
  To: buildroot

Peter Korsgaard <jacmet@...> 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@...>
> ---
>  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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-03-19  8:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-12-05  0:00 [Buildroot] [git commit] jamvm: classpath needs ipv6, so jamvm as well Peter Korsgaard
2013-03-19  8:56 ` Kamal

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.