mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Bastian Krause <bst@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Bastian Krause <bst@pengutronix.de>
Subject: [ptxdist] [PATCH] kernel: disable libcap support for perf
Date: Wed, 18 Dec 2019 10:55:42 +0100	[thread overview]
Message-ID: <20191218095542.15611-1-bst@pengutronix.de> (raw)

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

                 reply	other threads:[~2019-12-18  9:55 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20191218095542.15611-1-bst@pengutronix.de \
    --to=bst@pengutronix.de \
    --cc=ptxdist@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox