Comment # 4
on bug 12391
from Guy Harris
(In reply to Petr Sumbera from comment #0)
> On Solaris 11 with Wireshark 2.0.3 I'm getting (Wireshark 1.12 was ok):
1.12 neither checks for nor uses getaddrinfo(), so there's no check for
getaddrinfo() at all in 1.12, correct or incorrect.
> Note also that getaddrinfo on S11 can be found in -lsocket:
Then we should check for it there, rather than -lnsl, if it's never been in
-lnsl.
It appears that, for some reason, while other function checks done before the
check for getaddrinfo() *do* link with -lsocket, the check for getaddrinfo()
doesn't. It should be fixed to do so.
You are receiving this mail because:
- You are watching all bug changes.