Skip to content
Snippets Groups Projects
Commit 92b56a9a authored by Felix Fietkau's avatar Felix Fietkau
Browse files

perf: drop @!USE_UCLIBC from depends


perf builds fine with uClibc too

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

SVN-Revision: 48148
parent 471a567a
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
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