1
1

perf: set NO_JEVENTS=1 to fix build

Needed for disabling the python requirement

Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
Felix Fietkau 2025-08-31 23:47:32 +02:00
parent f7d4036555
commit 58a29752b1

View File

@ -57,6 +57,7 @@ MAKE_FLAGS = \
NO_LIBUNWIND=1 \
NO_LIBZSTD=1 \
NO_LIBCAP=1 \
NO_JEVENTS=1 \
NO_SHELLCHECK=1 \
BUILD_BPF_SKEL=0 \
CROSS_COMPILE="$(TARGET_CROSS)" \