projects
/
openwrt
/
staging
/
luka.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b0416c9
)
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>
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
patch
|
blob
|
history
diff --git
a/package/devel/perf/Makefile
b/package/devel/perf/Makefile
index aa5fb16f60c73724cc03f74605950c9970cff993..aa478a04310295a9be292f9376c4919110f063c4 100644
(file)
--- a/
package/devel/perf/Makefile
+++ b/
package/devel/perf/Makefile
@@
-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" \