linux: set perf build option NO_LIBTRACEEVENT=1

due to this kernel patch:
- https://lkml.org/lkml/2023/3/11/68
This commit is contained in:
Rudi Heitbaum 2023-05-08 09:37:46 +00:00
parent 55a9948441
commit 4539ea0212

View File

@ -229,6 +229,7 @@ make_target() {
NO_GTK2=1 \
NO_LIBNUMA=1 \
NO_LIBAUDIT=1 \
NO_LIBTRACEEVENT=1 \
NO_LZMA=1 \
NO_SDT=1 \
CROSS_COMPILE="${TARGET_PREFIX}" \