From 901618c68d70a87159de503efcdb1f29a091f292 Mon Sep 17 00:00:00 2001
From: Florian Fainelli <florian@openwrt.org>
Date: Mon, 1 Aug 2011 18:16:19 +0000
Subject: [PATCH] perf: mark as broken for now

Until we properly deal with the various versions of libelf we package,
mark perf as broken

SVN-Revision: 27867
---
 package/perf/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
-- 
2.30.2