projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bf291cd
)
[package] perf: mark as broken for now
author
Florian Fainelli
<florian@openwrt.org>
Mon, 1 Aug 2011 18:16:19 +0000
(18:16 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Mon, 1 Aug 2011 18:16:19 +0000
(18:16 +0000)
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
package/perf/Makefile
patch
|
blob
|
history
diff --git
a/package/perf/Makefile
b/package/perf/Makefile
index
88b706d
..
a1cba49
100644
(file)
--- 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