projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b3ab992
)
valgrind: do not depend on a particular ARM target, depend on the arch level
author
Felix Fietkau
<nbd@openwrt.org>
Mon, 13 May 2013 15:05:03 +0000
(15:05 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Mon, 13 May 2013 15:05:03 +0000
(15:05 +0000)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36621
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/devel/valgrind/Makefile
patch
|
blob
|
history
diff --git
a/package/devel/valgrind/Makefile
b/package/devel/valgrind/Makefile
index
b3fb210
..
6610f0a
100644
(file)
--- 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