]> The Tcpdump Group git mirrors - tcpdump/commit
On Solaris, for 64-bit builds, use the 64-bit pcap-config.
authorGuy Harris <[email protected]>
Sun, 8 Aug 2021 07:36:42 +0000 (00:36 -0700)
committerGuy Harris <[email protected]>
Sun, 8 Aug 2021 07:36:42 +0000 (00:36 -0700)
commitc39d40a767a1ae36171e5bcbf6f157ff3e80fb6c
tree831f48e04052ef780f42e864404941759ff717f7
parent780f86b43c33d3f0fd0c067e2c1847e2a6360dae
On Solaris, for 64-bit builds, use the 64-bit pcap-config.

There are two versions of pcap-config supplied on Solaris (or, at least,
on 64-bit Solaris) - a version that has the right --libs output to find
the 32-bit libraries and a version that has the right --libs output to
find the 64-bit libraries.

Try to figure out whether we're doing a 32-bit or 64-bit build (based on
the pointer size) and, for 64-bit builds, run the 64-bit version of
pcap-config.
CMakeLists.txt
aclocal.m4
cmake/Modules/FindPCAP.cmake
config.h.in
configure