aboutsummaryrefslogtreecommitdiffstats
path: root/package/devel/valgrind/patches/100-fix_configure_check.patch
blob: b06cc3bf71de073448ec57bc43a62d1aa1d6a9b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/configure.in
+++ b/configure.in
@@ -260,7 +260,7 @@ case "${host_os}" in
         # Ok, this is linux. Check the kernel version
         AC_MSG_CHECKING([for the kernel version])
 
-        kernel=`uname -r`
+        kernel=${UNAME_R:-`uname -r`}
 
         case "${kernel}" in
              2.6.*|3.*)