diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2015-07-11 20:55:36 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2015-07-11 20:55:36 +0000 |
commit | b2314679b639ddc338ef69d27ce4d959b250f754 (patch) | |
tree | e8177b9e378859aa25b7c9dae4ab895e9d01989a /package/devel/valgrind/Makefile | |
parent | 763e2502b60f623601ceb0fb4740cfa61bccf469 (diff) | |
download | upstream-b2314679b639ddc338ef69d27ce4d959b250f754.tar.gz upstream-b2314679b639ddc338ef69d27ce4d959b250f754.tar.bz2 upstream-b2314679b639ddc338ef69d27ce4d959b250f754.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>
SVN-Revision: 46302
Diffstat (limited to 'package/devel/valgrind/Makefile')
-rw-r--r-- | package/devel/valgrind/Makefile | 4 |
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+ |