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>
Sun, 26 Apr 2020 19:20:47 +0000 (21:20 +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>
package/devel/perf/Makefile

index aa5fb16f60c73724cc03f74605950c9970cff993..aa478a04310295a9be292f9376c4919110f063c4 100644 (file)
@@ -48,6 +48,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" \