diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2020-11-01 00:17:58 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2020-11-18 19:01:44 +0100 |
commit | a8030ea40fdba9edbba240a621c0dc3558a36e07 (patch) | |
tree | e9045fc2e9f84b300f50f90985d0968fa24911c3 /package/devel/valgrind/patches | |
parent | 557fe9cd3ba3b30a1567ce4be5a65aef61f644bb (diff) | |
download | upstream-a8030ea40fdba9edbba240a621c0dc3558a36e07.tar.gz upstream-a8030ea40fdba9edbba240a621c0dc3558a36e07.tar.bz2 upstream-a8030ea40fdba9edbba240a621c0dc3558a36e07.zip |
valgrind: Update to version 3.16.1
No special changes, just get in sync with recent code.
See here for the changelog:
https://valgrind.org/docs/manual/dist.news.html
The ipkg sizes changes as follows for mips 24kc :
3.15 : valgrind_3.15.0-2_mips_24kc.ipk 1450680
3.16.1 : valgrind_3.16.1-1_mips_24kc.ipk 1491954
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'package/devel/valgrind/patches')
-rw-r--r-- | package/devel/valgrind/patches/100-fix_configure_check.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/devel/valgrind/patches/100-fix_configure_check.patch b/package/devel/valgrind/patches/100-fix_configure_check.patch index 270181ae37..6e9384ff88 100644 --- a/package/devel/valgrind/patches/100-fix_configure_check.patch +++ b/package/devel/valgrind/patches/100-fix_configure_check.patch @@ -1,6 +1,6 @@ --- a/configure.ac +++ b/configure.ac -@@ -341,7 +341,7 @@ case "${host_os}" in +@@ -345,7 +345,7 @@ case "${host_os}" in # Ok, this is linux. Check the kernel version AC_MSG_CHECKING([for the kernel version]) |