pkgsrc-Bugs archive

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

Re: pkg/47943 (recent update to libpcap breaks tcpdump, nmap and wireshark on Solaris)



Ok, in addition to removing the dlpisubs.c removal from configure, can you
also add:

  CONFIGURE_ENV+=       ac_cv_func_getifaddrs=no

to Makefile and try that?  This is enough to get it working again on
SmartOS.

The problem is that dlpisubs.c is only activated if getifaddrs() is
missing, which is not the case on newer Solaris.  This is a bit of a hack,
but a proper fix for the configure script would be a lot more work.

Thanks,

-- 
Jonathan Perkin       www.perkin.org.uk
github.com/jperkin  twitter.com/jperkin


Home | Main Index | Thread Index | Old Index