projects
/
openwrt
/
staging
/
ynezz.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9bec9b8
)
perf: this package fails to build for !eglibc
author
John Crispin
<john@openwrt.org>
Sat, 6 Dec 2014 20:27:57 +0000
(20:27 +0000)
committer
John Crispin
<john@openwrt.org>
Sat, 6 Dec 2014 20:27:57 +0000
(20:27 +0000)
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 43531
package/devel/perf/Makefile
patch
|
blob
|
history
diff --git
a/package/devel/perf/Makefile
b/package/devel/perf/Makefile
index 184e51d696e50875c9109e0d1b3eb5e8e86e6d6e..3899b48d82cbefb5d83278d38c80ebf143570720 100644
(file)
--- a/
package/devel/perf/Makefile
+++ b/
package/devel/perf/Makefile
@@
-19,7
+19,7
@@
include $(INCLUDE_DIR)/package.mk
define Package/perf
SECTION:=devel
CATEGORY:=Development
- DEPENDS:= +libelf1 +libdw +libpthread +librt +binutils
+ DEPENDS:=
@USE_EGLIBC
+libelf1 +libdw +libpthread +librt +binutils
TITLE:=Linux performance monitoring tool
VERSION:=$(LINUX_VERSION)-$(PKG_RELEASE)
URL:=http://www.kernel.org