projects
/
openwrt
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f7d4036
)
perf: set NO_JEVENTS=1 to fix build
author
Felix Fietkau
<
[email protected]
>
Sun, 31 Aug 2025 21:47:32 +0000
(23:47 +0200)
committer
Felix Fietkau
<
[email protected]
>
Sun, 31 Aug 2025 21:49:12 +0000
(23:49 +0200)
Needed for disabling the python requirement
Signed-off-by: Felix Fietkau <
[email protected]
>
package/devel/perf/Makefile
patch
|
blob
|
history
diff --git
a/package/devel/perf/Makefile
b/package/devel/perf/Makefile
index e05ea446ac76c3694a90700d7137b1cb173768ce..c9b186cb8676ea63eeaceff74b359fbf8e8ecf7a 100644
(file)
--- a/
package/devel/perf/Makefile
+++ b/
package/devel/perf/Makefile
@@
-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)" \