From: Florian Fainelli Date: Wed, 17 Aug 2011 14:37:29 +0000 (+0000) Subject: perf: depends on libelf1 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=86827f4c88a6d15d6555ef9a7a8f4b880e78667f;p=openwrt%2Fstaging%2Frmilecki.git perf: depends on libelf1 SVN-Revision: 28033 --- diff --git a/package/perf/Makefile b/package/perf/Makefile index a1cba49a06a..0a78fa6277e 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