aboutsummaryrefslogtreecommitdiffstats
path: root/package/perf
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2011-08-01 18:16:19 +0000
committerFlorian Fainelli <florian@openwrt.org>2011-08-01 18:16:19 +0000
commit12f7419a645055652cea9510e2b620a8ddef4420 (patch)
treedd4b83f839523edbc6d25403b4209c0a3d78f269 /package/perf
parentbf291cd7b7690ca638b95983a27dd0b6a66a8fe0 (diff)
downloadmaster-187ad058-12f7419a645055652cea9510e2b620a8ddef4420.tar.gz
master-187ad058-12f7419a645055652cea9510e2b620a8ddef4420.tar.bz2
master-187ad058-12f7419a645055652cea9510e2b620a8ddef4420.zip
[package] perf: mark as broken for now
Until we properly deal with the various versions of libelf we package, mark perf as broken git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27867 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/perf')
-rw-r--r--package/perf/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/perf/Makefile b/package/perf/Makefile
index 88b706d49e..a1cba49a06 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
+ DEPENDS:= +libdw +libelf +libpthread +librt @BROKEN
TITLE:=Linux performance monitoring tool
VERSION:=$(LINUX_VERSION)-$(PKG_RELEASE)
URL:=http://www.kernel.org