projects
/
oweals
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
005adba
)
perf: build with NO_LIBCAP=1
author
Yangbo Lu
<yangbo.lu@nxp.com>
Tue, 14 Apr 2020 07:24:50 +0000
(15:24 +0800)
committer
Hauke 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
patch
|
blob
|
history
diff --git
a/package/devel/perf/Makefile
b/package/devel/perf/Makefile
index 3d7110585cca9630b6dd321f21fb929a1989554f..ff5eb2e0336fbf5e4ecdd0000507d2b7cc9ebf2f 100644
(file)
--- 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" \