perf: drop @!USE_UCLIBC from depends

perf builds fine with uClibc too

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>

SVN-Revision: 48148
v19.07.3_mercusys_ac12_duma
Felix Fietkau 8 years ago
parent 471a567a88
commit 92b56a9aa2

@ -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

Loading…
Cancel
Save