pdump: disable on Windows
authorStephen Hemminger <stephen@networkplumber.org>
Wed, 20 Oct 2021 21:42:25 +0000 (14:42 -0700)
committerThomas Monjalon <thomas@monjalon.net>
Fri, 22 Oct 2021 13:46:19 +0000 (15:46 +0200)
The current version of the pdump library was building on
Windows, but it was useless since the pdump utility was not being
built and Windows does not have multi-process support.

The new version of pdump with filtering now has dependency
on bpf. But bpf library is not available on Windows.

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Acked-by: Dmitry Kozlyuk <dmitry.kozliuk@gmail.com>
lib/meson.build

index 3b8b099..5aa1be5 100644 (file)
@@ -86,7 +86,6 @@ if is_windows
             'gro',
             'gso',
             'latencystats',
-            'pdump',
             'stack',
             'security',
     ] # only supported libraries for windows