X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=package%2Fdevel%2Fvalgrind%2Fpatches%2F100-fix_configure_check.patch;h=48477a38636baa34dae3b08c66af57dce2a4d9ca;hb=38813174b2648597bd3ae86289fd1866edf5c6d4;hp=87ef3b39fc55c44c021eef0926d8309800f1013b;hpb=5a7639c2f620aebe30df18af42d61eb5307f4d6d;p=openwrt-github%2F.git 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.*)