perf: drop @!USE_UCLIBC from depends
perf builds fine with uClibc too Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com> SVN-Revision: 48148
This commit is contained in:
		| @@ -25,7 +25,7 @@ include $(INCLUDE_DIR)/package.mk | ||||
| define Package/perf | ||||
|   SECTION:=devel | ||||
|   CATEGORY:=Development | ||||
|   DEPENDS:= @!USE_UCLIBC +libelf1 +libdw +libpthread +librt +objdump | ||||
|   DEPENDS:= +libelf1 +libdw +libpthread +librt +objdump | ||||
|   TITLE:=Linux performance monitoring tool | ||||
|   VERSION:=$(LINUX_VERSION)-$(PKG_RELEASE) | ||||
|   URL:=http://www.kernel.org | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Felix Fietkau
					Felix Fietkau