libpcap icon indicating copy to clipboard operation
libpcap copied to clipboard

libpcap: Avoid openssl full library path

Open rprasanth opened this issue 2 years ago • 1 comments

OPENSSL_LIBRARIES provide the entire path When I used the pcap-config to grep the LIBS in ppp build, it fails with below error, cannot find -l/path-to-/lib/libssl.so cannot find -l/path-to-/toolchain/lib/libcrypto.so

rprasanth avatar Mar 11 '22 05:03 rprasanth

This doesn't work with MinGW on Windows; see the failing AppVeyor build.

guyharris avatar Mar 11 '22 08:03 guyharris