- Lose unused missing/strlcpy.c.
- Use posix_fadvise() on input files if available.
- Fix --static-pcap-only test on Solaris 10.
+- autoconf: replace --with-system-libpcap with --disable-local-libpcap.
+- autoconf: Find a local libpcap even with rcX directory suffix
+- configure: special-case macOS /usr/bin/pcap-config
+- On Solaris, for 64-bit builds, use the 64-bit pcap-config.
+- configure: don't use egrep, use $EGREP.
v1.6 Thu 20 Oct 21:22:28 BST 2022
# This is assumed either to be GCC or clang, both
# of which use -Werror to force warnings to be errors.
#
+ # XXX - they also both cause GCC to be set to yes,
+ # so we should never get here in the first place.
+ #
ac_lbl_cc_force_warning_errors=-Werror
;;
#
ac_lbl_cc_force_warning_errors=-errwarn
;;
-
esac
$1="$$1 -O"
fi
# routines in those libraries, so we'll need to link with
# them, because we'll be linking statically with it.
#
- #
# If it supports --static-pcap-only. use that, as we will be
# linking with a static libpcap but won't be linking
# statically with any of the libraries on which it depends;