projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8226c26
)
perf: add dependency on !LINUX_3_18 to fix builds
author
Felix Fietkau
<nbd@openwrt.org>
Mon, 15 Feb 2016 10:53:23 +0000
(10:53 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Mon, 15 Feb 2016 10:53:23 +0000
(10:53 +0000)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48720
package/devel/perf/Makefile
patch
|
blob
|
history
diff --git
a/package/devel/perf/Makefile
b/package/devel/perf/Makefile
index e6ee62f5a215321fba373cbb84b5ed72497c7458..db6838787c947522fb950e1422d159cd0a34abe6 100644
(file)
--- a/
package/devel/perf/Makefile
+++ b/
package/devel/perf/Makefile
@@
-25,7
+25,7
@@
include $(INCLUDE_DIR)/package.mk
define Package/perf
SECTION:=devel
CATEGORY:=Development
- DEPENDS:= +libelf1 +libdw +libpthread +librt +objdump
+ DEPENDS:= +libelf1 +libdw +libpthread +librt +objdump
@!LINUX_3_18
TITLE:=Linux performance monitoring tool
VERSION:=$(LINUX_VERSION)-$(PKG_RELEASE)
URL:=http://www.kernel.org