On Wed, 2005-01-05 at 16:34 +0100, Peter S. Mazinger wrote:
> On Wed, 5 Jan 2005, Natanael Copa wrote:
>
> >
> > I guess this is a problem with the configure script. I suspect that
> > --disable-ipv6 is ok while --enable-ipv6 is not.
>
> probably "use_enable ipv6" has to replaced with:
>
> use ipv6 || myconf="--disable-ipv6"
Will that not always disable ipv6? I thought that both "sides" of || are
always executed.
Anyway that is offtopic and I already sent a patch with
! use ipv6 && myconf="${myconf} --disable-ipv6"
>
> and use econf ${myconf} , then --enable-ipv6 won't be called
>
> I do not use ipv6, can't test that
I use it on my glibc desktop. It compiles at least.
on uclibc/hardened 'USE="ipv6" emerge ipsec-tools' fails with:
checking whether to enable ipv6... yes
checking ipv6 stack type... linux
checking for advanced API support... yes
checking getaddrinfo bug... buggy
Fatal: You must get working getaddrinfo() function.
or you can specify "--disable-ipv6".
configure: error: /bin/sh './configure' failed for src/racoon
However, I don't use ipv6 in my emebedded project so it works for me so
far.
Thank you very much.
--
Natanael Copa
--
[EMAIL PROTECTED] mailing list