From: Florian Fainelli Date: Tue, 7 Aug 2012 16:09:25 +0000 (+0000) Subject: [package] perf: only depend on libdw now X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=ae3ab22a5a4d89198cb9761847e88d8665b8afef;p=openwrt%2Fsvn-archive%2Farchive.git [package] perf: only depend on libdw now SVN-Revision: 33050 --- diff --git a/devel/perf/Makefile b/devel/perf/Makefile index d14629cf69..3bd4384556 100644 --- a/devel/perf/Makefile +++ b/devel/perf/Makefile @@ -16,7 +16,7 @@ include $(INCLUDE_DIR)/package.mk define Package/perf SECTION:=devel CATEGORY:=Development - DEPENDS:= +libdw +libelf1 +libpthread +librt @BROKEN + DEPENDS:= +libdw +libpthread +librt @BROKEN TITLE:=Linux performance monitoring tool VERSION:=$(LINUX_VERSION)-$(PKG_RELEASE) URL:=http://www.kernel.org