mirror of https://github.com/OISF/suricata
ebpf: avoid need of 32 bit header
Compilation of xdp_lb.c was failing in some case with the following
error:
/usr/include/x86_64-linux-gnu/gnu/stubs.h:7:11: fatal error: 'gnu/stubs-32.h' file not found
This patch add some define to be able to skip recursive inclusion of
header files leading to the problem.
(cherry picked from commit dfe5785bfa)
pull/5819/head
parent
89756afbe4
commit
c3ec20ae70
Loading…
Reference in New Issue