Skip to content
Snippets Groups Projects
Commit f57b53e3 authored by John Crispin's avatar John Crispin
Browse files

perf: this package fails to build for !eglibc


Signed-off-by: default avatarJohn Crispin <blogic@openwrt.org>

SVN-Revision: 43531
parent 9bec9b86
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment