diff options
author | Florian Fainelli <florian@openwrt.org> | 2011-08-17 14:37:29 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2011-08-17 14:37:29 +0000 |
commit | 86827f4c88a6d15d6555ef9a7a8f4b880e78667f (patch) | |
tree | 3920ce8fd257892fdd80c527b2d42c5d4e028d43 | |
parent | 9d9722c40f5f716699f3f02d57846d248e48bb15 (diff) | |
download | mtk-20170518-86827f4c88a6d15d6555ef9a7a8f4b880e78667f.zip mtk-20170518-86827f4c88a6d15d6555ef9a7a8f4b880e78667f.tar.gz mtk-20170518-86827f4c88a6d15d6555ef9a7a8f4b880e78667f.tar.bz2 |
perf: depends on libelf1
SVN-Revision: 28033
-rw-r--r-- | package/perf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/perf/Makefile b/package/perf/Makefile index a1cba49..0a78fa6 100644 --- a/package/perf/Makefile +++ b/package/perf/Makefile @@ -16,7 +16,7 @@ include $(INCLUDE_DIR)/package.mk define Package/perf SECTION:=utils CATEGORY:=Utilities - DEPENDS:= +libdw +libelf +libpthread +librt @BROKEN + DEPENDS:= +libdw +libelf1 +libpthread +librt @BROKEN TITLE:=Linux performance monitoring tool VERSION:=$(LINUX_VERSION)-$(PKG_RELEASE) URL:=http://www.kernel.org |