mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] kernel: disable libcap support for perf
@ 2019-12-18  9:55 Bastian Krause
  0 siblings, 0 replies; only message in thread
From: Bastian Krause @ 2019-12-18  9:55 UTC (permalink / raw)
  To: ptxdist; +Cc: Bastian Krause

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 <bst@pengutronix.de>
---
 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
ptxdist@pengutronix.de

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-12-18  9:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-18  9:55 [ptxdist] [PATCH] kernel: disable libcap support for perf Bastian Krause

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox