projects
/
openwrt
/
staging
/
hauke.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
471a567
)
perf: drop @!USE_UCLIBC from depends
author
Felix Fietkau
<nbd@openwrt.org>
Thu, 7 Jan 2016 21:07:48 +0000
(21:07 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Thu, 7 Jan 2016 21:07:48 +0000
(21:07 +0000)
perf builds fine with uClibc too
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
SVN-Revision: 48148
package/devel/perf/Makefile
patch
|
blob
|
history
diff --git
a/package/devel/perf/Makefile
b/package/devel/perf/Makefile
index 3a36a7b98f7e4b0dcda96c6c3481cecfc91cd387..97eecd715d1c2bff7c783f6e330566406f469a03 100644
(file)
--- a/
package/devel/perf/Makefile
+++ b/
package/devel/perf/Makefile
@@
-25,7
+25,7
@@
include $(INCLUDE_DIR)/package.mk
define Package/perf
SECTION:=devel
CATEGORY:=Development
- DEPENDS:=
@!USE_UCLIBC
+libelf1 +libdw +libpthread +librt +objdump
+ DEPENDS:= +libelf1 +libdw +libpthread +librt +objdump
TITLE:=Linux performance monitoring tool
VERSION:=$(LINUX_VERSION)-$(PKG_RELEASE)
URL:=http://www.kernel.org