Re: [PATCH 2/4] Makefile: add NEEDS_RESOLV to optionally add -lresolv to compile arguments
From: Jeff King <hidden> Date: 2016-06-15 22:46:52
On Wed, May 27, 2009 at 09:17:06PM -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.
-Peff