openwrt/package/network
Stijn Tintel 15acde674c xdp-tools: disable stack protector for BPF programs
When building xdp-tools with CONFIG_USE_LLVM_HOST=y, on a host that
enabled stack protector by default in Clang, compilation fails with the
following error:

    CLANG    xdp-dispatcher.o
clang-16: error: ignoring '-fstack-protector-strong' option as it is not currently supported for target 'bpfeb' [-Werror,-Woption-ignored]

Add -fno-stack-protector to BPF_CFLAGS to fix this.

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
2023-08-03 17:39:39 +03:00
..
config netifd: update to the latest version 2023-08-01 10:08:14 +02:00
ipv6 odhcp6c: add skpriority option 2023-05-12 13:19:50 +02:00
services hostapd: fix undeclared variable in common.uc 2023-08-02 13:30:26 +02:00
utils xdp-tools: disable stack protector for BPF programs 2023-08-03 17:39:39 +03:00