From 6467fef4198d9deaf2c9bf47a14ec5fd00dd9b75 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sat, 2 Jan 2016 14:47:57 +0000 Subject: perf: fix musl compatibility Signed-off-by: Felix Fietkau SVN-Revision: 48067 --- package/devel/perf/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'package/devel/perf/Makefile') diff --git a/package/devel/perf/Makefile b/package/devel/perf/Makefile index d6db053173..c999229324 100644 --- a/package/devel/perf/Makefile +++ b/package/devel/perf/Makefile @@ -24,7 +24,7 @@ include $(INCLUDE_DIR)/package.mk define Package/perf SECTION:=devel CATEGORY:=Development - DEPENDS:= @USE_GLIBC +libelf1 +libdw +libpthread +librt +binutils + DEPENDS:= @!USE_UCLIBC +libelf1 +libdw +libpthread +librt +binutils TITLE:=Linux performance monitoring tool VERSION:=$(LINUX_VERSION)-$(PKG_RELEASE) URL:=http://www.kernel.org @@ -57,6 +57,10 @@ MAKE_FLAGS = \ WERROR=0 \ prefix=/usr +ifdef CONFIG_USE_MUSL + MAKE_FLAGS += EXTRA_CFLAGS="-include $(CURDIR)/musl-compat.h -D__UCLIBC__" +endif + define Build/Compile +$(MAKE_FLAGS) $(MAKE) $(PKG_JOBS) \ -C $(PKG_BUILD_DIR) \ -- cgit v1.2.3