From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: From: Bastian Krause Date: Wed, 18 Dec 2019 10:55:42 +0100 Message-Id: <20191218095542.15611-1-bst@pengutronix.de> MIME-Version: 1.0 Subject: [ptxdist] [PATCH] kernel: disable libcap support for perf List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ptxdist-bounces@pengutronix.de Sender: "ptxdist" To: ptxdist@pengutronix.de 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 --- 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