diff options
author | John Crispin <john@openwrt.org> | 2014-12-06 20:27:57 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-12-06 20:27:57 +0000 |
commit | f57b53e3b0f8dd270c37e31563713f525acdf6a7 (patch) | |
tree | 229ad72edd582a176f85343b6e7079508ced8b74 /package/devel | |
parent | 9bec9b86af6ecbd08e6df718b3778be08a93f576 (diff) | |
download | upstream-f57b53e3b0f8dd270c37e31563713f525acdf6a7.tar.gz upstream-f57b53e3b0f8dd270c37e31563713f525acdf6a7.tar.bz2 upstream-f57b53e3b0f8dd270c37e31563713f525acdf6a7.zip |
perf: this package fails to build for !eglibc
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 43531
Diffstat (limited to 'package/devel')
-rw-r--r-- | package/devel/perf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/devel/perf/Makefile b/package/devel/perf/Makefile index 184e51d696..3899b48d82 100644 --- a/package/devel/perf/Makefile +++ b/package/devel/perf/Makefile @@ -19,7 +19,7 @@ include $(INCLUDE_DIR)/package.mk define Package/perf SECTION:=devel CATEGORY:=Development - DEPENDS:= +libelf1 +libdw +libpthread +librt +binutils + DEPENDS:= @USE_EGLIBC +libelf1 +libdw +libpthread +librt +binutils TITLE:=Linux performance monitoring tool VERSION:=$(LINUX_VERSION)-$(PKG_RELEASE) URL:=http://www.kernel.org |