perf: this package fails to build for !eglibc
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 43531
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 John Crispin
					John Crispin