From a6c94a4a98f5ba57f80ef0ec7b7377c641c358ce Mon Sep 17 00:00:00 2001 From: John Crispin Date: Sat, 6 Dec 2014 20:27:57 +0000 Subject: [PATCH] perf: this package fails to build for !eglibc Signed-off-by: John Crispin SVN-Revision: 43531 --- package/devel/perf/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/devel/perf/Makefile b/package/devel/perf/Makefile index 184e51d696..3899b48d82 100644 --- a/package/devel/perf/Makefile +++ b/package/devel/perf/Makefile @@ -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 -- 2.30.2