diff options
author | Yangbo Lu <yangbo.lu@nxp.com> | 2020-04-14 15:24:50 +0800 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2020-05-05 00:05:28 +0200 |
commit | 5f0e25d96628b51b3614f089adf3dad24dd9bf53 (patch) | |
tree | 4f51645362a7d7ee303306fc65c4521aa6ebea1c /package | |
parent | 005adba9393b460172ba3c4267ff0acced68921e (diff) | |
download | upstream-5f0e25d96628b51b3614f089adf3dad24dd9bf53.tar.gz upstream-5f0e25d96628b51b3614f089adf3dad24dd9bf53.tar.bz2 upstream-5f0e25d96628b51b3614f089adf3dad24dd9bf53.zip |
perf: build with NO_LIBCAP=1
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)
Diffstat (limited to 'package')
-rw-r--r-- | package/devel/perf/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/devel/perf/Makefile b/package/devel/perf/Makefile index 3d7110585c..ff5eb2e033 100644 --- a/package/devel/perf/Makefile +++ b/package/devel/perf/Makefile @@ -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" \ |