On Thu, May 28, 2009 at 02:32:20PM -0500, Brandon Casey wrote: > >> This library is required on Solaris since hstrerror resides in libresolv. > >> Additionally, on Solaris 7, inet_ntop and inet_pton reside there too. > > > > Patch works for me on Solaris 8, though it is largely a non-issue: > > hstrerror is only used at all if NO_IPV6 is set, and I don't set that > > for my build. > > Ah, in that case I guess NEED_RESOLV should only go in the 5.7 specific > configuration section. Well, not exactly. Getting rid of NO_HSTRERROR and then compiling with NO_IPV6 still requires NEED_RESOLV. It's just that NO_HSTRERROR isn't even useful unless NO_IPV6 is defined. -Peff -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html