mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 14:16:40 +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
db8f891500
commit
d87f906a55
@ -236,6 +236,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