On Tuesday 29 November 2011 01:53:15 Bernhard Reutner-Fischer wrote:
> On Nov 29, 2011 6:04 AM, "Mike Frysinger" <vap...@gentoo.org> wrote:
> > On Monday 28 November 2011 10:22:42 Nikolaus Voss wrote:
> > > --- a/extra/Configs/Config.in
> > > +++ b/extra/Configs/Config.in
> > > 
> > > +config UCLIBC_HAS_AVAHI_RES
> > > +     default y
> > 
> > this should not default to "on" ;)
> > 
> > > +     depends on UCLIBC_HAS_SOCKET
> > 
> > i think this should be:
> >        depends on UCLIBC_HAS_IPV4 || UCLIBC_HAS_IPV6
> 
> I think it should depend on HAS_RESOLVER.

i thought that as well, except HAS_RESOLVER doesn't control the funcs Nikolaus 
is modifying (the gethostbyname/gethostbyaddr).  those are controlled by the 
IPV4||IPV6 defines.  hence my suggestion of using those knobs.
-mike

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
uClibc mailing list
uClibc@uclibc.org
http://lists.busybox.net/mailman/listinfo/uclibc

Reply via email to