libpcap
libpcap copied to clipboard
[bugfix] build rpcapd static on Windows
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?