aboutsummaryrefslogtreecommitdiffstats
path: root/package/devel/valgrind/patches/100-fix_configure_check.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@nbd.name>2016-07-05 10:08:59 +0200
committerFelix Fietkau <nbd@nbd.name>2016-07-07 10:57:45 +0200
commitbcb1d9399f8ee1028f6573ec4c8c5b9c1940ae0e (patch)
treed81968c5adcaf945b51cc429d7cd0b9d1aaace66 /package/devel/valgrind/patches/100-fix_configure_check.patch
parent01fc738b46c0df35b41806c99f32d132743dbe59 (diff)
downloadupstream-bcb1d9399f8ee1028f6573ec4c8c5b9c1940ae0e.tar.gz
upstream-bcb1d9399f8ee1028f6573ec4c8c5b9c1940ae0e.tar.bz2
upstream-bcb1d9399f8ee1028f6573ec4c8c5b9c1940ae0e.zip
valgrind: update to the latest version, fix build issues on ARM
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'package/devel/valgrind/patches/100-fix_configure_check.patch')
-rw-r--r--package/devel/valgrind/patches/100-fix_configure_check.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/devel/valgrind/patches/100-fix_configure_check.patch b/package/devel/valgrind/patches/100-fix_configure_check.patch
index 87ef3b39fc..48477a3863 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
-@@ -300,7 +300,7 @@ case "${host_os}" in
+@@ -328,7 +328,7 @@ case "${host_os}" in
# Ok, this is linux. Check the kernel version
AC_MSG_CHECKING([for the kernel version])
@@ -8,4 +8,4 @@
+ kernel=${UNAME_R:-`uname -r`}
case "${kernel}" in
- 2.6.*|3.*)
+ 0.*|1.*|2.0.*|2.1.*|2.2.*|2.3.*|2.4.*|2.5.*)