perf: build with NO_LIBCAP=1
authorYangbo Lu <yangbo.lu@nxp.com>
Tue, 14 Apr 2020 07:24:50 +0000 (15:24 +0800)
committerHauke Mehrtens <hauke@hauke-m.de>
Mon, 4 May 2020 22:05:28 +0000 (00:05 +0200)
Build with NO_LIBCAP=1. This is to resolve build issue.

Package perf is missing dependencies for the following libraries:
libcap.so.2

Signed-off-by: Yangbo Lu <yangbo.lu@nxp.com>
(cherry picked from commit 80f128d2aa7586ce068bbc24badc46ffab2edd4a)

package/devel/perf/Makefile

index 3d7110585cca9630b6dd321f21fb929a1989554f..ff5eb2e0336fbf5e4ecdd0000507d2b7cc9ebf2f 100644 (file)
@@ -52,6 +52,7 @@ MAKE_FLAGS = \
        NO_LIBAUDIT=1 \
        NO_LIBCRYPTO=1 \
        NO_LIBUNWIND=1 \
+       NO_LIBCAP=1 \
        CROSS_COMPILE="$(TARGET_CROSS)" \
        CC="$(TARGET_CC)" \
        LD="$(TARGET_CROSS)ld" \