aboutsummaryrefslogtreecommitdiffstats
path: root/package/devel/valgrind/Makefile
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@openwrt.org>2015-07-11 20:55:36 +0000
committerHauke Mehrtens <hauke@openwrt.org>2015-07-11 20:55:36 +0000
commit902dc6b2c8c653cba0c4726cffa81481f0e82032 (patch)
tree9148bf6663a9915ced11aeb39a8b2ef1623839bf /package/devel/valgrind/Makefile
parente970f981c6ddead6b6bdd7bf30b2e8efe6246fc6 (diff)
downloadmaster-187ad058-902dc6b2c8c653cba0c4726cffa81481f0e82032.tar.gz
master-187ad058-902dc6b2c8c653cba0c4726cffa81481f0e82032.tar.bz2
master-187ad058-902dc6b2c8c653cba0c4726cffa81481f0e82032.zip
valgrind: update to 3.10.1 and fix kernel >= 4.0
This updates valgrind to version 3.10.1 and make configure work with kernel version > 4.0. This patch was taken from upstream valgrind. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46302 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/devel/valgrind/Makefile')
-rw-r--r--package/devel/valgrind/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/devel/valgrind/Makefile b/package/devel/valgrind/Makefile
index 354e3c417f..3abed9c739 100644
--- a/package/devel/valgrind/Makefile
+++ b/package/devel/valgrind/Makefile
@@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=valgrind
-PKG_VERSION:=3.10.0
+PKG_VERSION:=3.10.1
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=http://valgrind.org/downloads/
-PKG_MD5SUM:=7c311a72a20388aceced1aa5573ce970
+PKG_MD5SUM:=60ddae962bc79e7c95cfc4667245707f
PKG_MAINTAINER:=Felix Fietkau <nbd@openwrt.org>
PKG_LICENSE:=GPL-2.0+