libpcap icon indicating copy to clipboard operation
libpcap copied to clipboard

[bugfix] build rpcapd static on Windows

Open blackliner opened this issue 4 years ago • 0 comments

Currently, the build system tries to link rpcapd to the shared version of libpcap unconditionally, but this library is not created in a static build -DBUILD_SHARED_LIBS=OFF

Why don't you just link to the static version all the time, did you have any issues in the past?

blackliner avatar Oct 25 '21 07:10 blackliner