From f55cd70460e8bfbf0ce0a639d270b55afce6b1ad Mon Sep 17 00:00:00 2001 From: florian Date: Tue, 11 Sep 2012 16:35:55 +0000 Subject: [PATCH] [package] valgrind: fix DEPENDS after r32839 Remove the invalid whitespace leading to valgrind being only available on omap4 instead of all the listed architectures a well. git-svn-id: svn://svn.openwrt.org/openwrt/packages@33373 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- utils/valgrind/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/valgrind/Makefile b/utils/valgrind/Makefile index 8a7a52e9d..e4ed142dd 100644 --- a/utils/valgrind/Makefile +++ b/utils/valgrind/Makefile @@ -29,7 +29,7 @@ include $(INCLUDE_DIR)/kernel.mk define Package/valgrind SECTION:=utils CATEGORY:=Utilities - DEPENDS:=@mips||mipsel||i386||powerpc @TARGET_omap4 +libpthread +librt + DEPENDS:=@mips||mipsel||i386||powerpc||TARGET_omap4 +libpthread +librt TITLE:=debugging and profiling tools for Linux URL:=http://www.valgrind.org endef -- 2.11.0