dnsdist: disable XSK to fix the build
authorkrant <aleksey.vasilenko@gmail.com>
Mon, 26 Feb 2024 11:12:21 +0000 (13:12 +0200)
committerJosef Schlehofer <pepe.schlehofer@gmail.com>
Tue, 27 Feb 2024 07:05:47 +0000 (08:05 +0100)
commitf8dcc36af4f2f40076e4d07b1acd1a0177a7dbcb
treef0303a75e3c0f1200446e108c257b025f25f44d2
parentdc55b0e9413db9a93b08ccd8815de4a158d011ec
dnsdist: disable XSK to fix the build

XSK support is set to auto by default and on some hosts it is detected as
on and leads to:

```
In file included from dnsdist-backend.cc:32:
xsk.hh:28:10: fatal error: bits/types/struct_timespec.h: No such file or
directory
   28 | #include <bits/types/struct_timespec.h>
```

Here we disable XSK so configure will behave more deterministically and
hopefully fix the builders.

Signed-off-by: krant <aleksey.vasilenko@gmail.com>
net/dnsdist/Makefile