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 | ec326a3cf8db9c0f88f71ca0b4176a4e42296ef3 (patch) | |
tree | 0bd102423dbe0eafdb47825d8e410d81d5ab52e1 /package | |
parent | 1e6309ce5f115ec09e2b126ad0c372d623135f1d (diff) | |
download | upstream-ec326a3cf8db9c0f88f71ca0b4176a4e42296ef3.tar.gz upstream-ec326a3cf8db9c0f88f71ca0b4176a4e42296ef3.tar.bz2 upstream-ec326a3cf8db9c0f88f71ca0b4176a4e42296ef3.zip |
[package] perf: depends on libelf1
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28033 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-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 a1cba49a06..0a78fa6277 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 |