From 53a5f5a8ffc28d4b88e04b6328208907e5b2aa72 Mon Sep 17 00:00:00 2001 From: nbd Date: Mon, 13 May 2013 15:05:03 +0000 Subject: valgrind: do not depend on a particular ARM target, depend on the arch level Signed-off-by: Felix Fietkau git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36621 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/devel/valgrind/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/devel/valgrind/Makefile b/package/devel/valgrind/Makefile index b3fb210a4..6610f0ac4 100644 --- a/package/devel/valgrind/Makefile +++ b/package/devel/valgrind/Makefile @@ -26,7 +26,7 @@ include $(INCLUDE_DIR)/kernel.mk define Package/valgrind SECTION:=devel CATEGORY:=Development - DEPENDS:=@mips||mipsel||i386||powerpc||TARGET_omap4 +libpthread +librt + DEPENDS:=@mips||mipsel||i386||powerpc||arm_v7 +libpthread +librt TITLE:=debugging and profiling tools for Linux URL:=http://www.valgrind.org endef -- cgit v1.2.3