the-tcpdump-group / tcpdump

the TCPdump network dissector
https://www.tcpdump.org/
Other
2.73k stars 852 forks source link

autotools: don't put anything before -I and -L flags for local libpcap. #1194

Closed guyharris closed 4 months ago

guyharris commented 4 months ago

Those might point to a directory with headers and libraries for an installed version of libpcap; if we've already decided to use a local version in the source tree next to us, don't put -I and -L flags from --with-crypto in front of them, put those flags after what's already in V_INCLS and LIBS.