In v5.4 74d5f3d06f70 ("tools build: Add capability-related feature
detection") introduced libcap support. Disable it to keep perf's
features consistent and the number of dependencies small.Signed-off-by: Bastian Krause <[email protected]> --- rules/kernel.make | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rules/kernel.make b/rules/kernel.make index 11407455a..ae82bd3cd 100644 --- a/rules/kernel.make +++ b/rules/kernel.make @@ -173,7 +173,8 @@ KERNEL_TOOL_PERF_OPTS := \ NO_LZMA=1 \ NO_AUXTRACE= \ NO_LIBBPF=1 \ - NO_SDT=1 + NO_SDT=1 \ + NO_LIBCAP=1 # manual make to handle CPPFLAGS and broken parallel building for some # kernel versions -- 2.24.0 _______________________________________________ ptxdist mailing list [email protected]
