mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
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:
parent
81c634d9bc
commit
489cd31814
@ -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}
|
||||
|
Loading…
x
Reference in New Issue
Block a user