From: Florian Fainelli Date: Tue, 11 Sep 2012 16:35:55 +0000 (+0000) Subject: valgrind: fix DEPENDS after r32839 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=36291eb03acda9b3e0b78c58229f617805da80ef;p=openwrt%2Fsvn-archive%2Fpackages.git 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. SVN-Revision: 33373 --- 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