linux: explicitly configure optional perf features

This prevents the build picking up eg clang from the host system
and failing the build.

Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
Matthias Reichl 2025-07-26 11:53:42 +02:00
parent 81c634d9bc
commit 489cd31814

View File

@ -238,6 +238,14 @@ make_target() {
NO_LIBTRACEEVENT=1 \
NO_LZMA=1 \
NO_SDT=1 \
NO_LIBDEBUGINFOD=1 \
NO_JVMTI=1 \
NO_LIBLLVM=1 \
NO_LIBPFM4=1 \
NO_LIBBABELTRACE=1 \
NO_CAPSTONE=1 \
NO_LIBPFM4=1 \
BUILD_BPF_SKEL=0 \
CROSS_COMPILE="${TARGET_PREFIX}" \
JOBS="${CONCURRENCY_MAKE_LEVEL}" \
make ${PERF_BUILD_ARGS}