pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/43924 ([net/host] build error on Solaris 10)



> On Oct 9, 2010, at 11:13 PM, dholland%NetBSD.org@localhost wrote:
> 
>> Synopsis: [net/host] build error on Solaris 10
>> =20
>> State-Changed-From-To: open->feedback
>> State-Changed-By: dholland%NetBSD.org@localhost
>> State-Changed-When: Sat, 09 Oct 2010 21:13:31 +0000
>> State-Changed-Why:
>> Is it working now?

I forgot to note an error in the commit of The Makefile. The lib that have to 
be added is "resolv" et not "resolve"
LDFLAGS+=       -lresolve -lsocket -lnsl (is not correct)
LDFLAGS+=       -lresolv -lsocket -lnsl (is correct)

Youssef Ghorbal




Home | Main Index | Thread Index | Old Index