diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-02-16 17:32:45 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-02-16 17:32:45 +0100 |
commit | 92e6956680178ab6b2ac30d85efe126af81e39b2 (patch) | |
tree | 3986c36e650a5fa585e665a5d20c8bd5b1dc4d38 /package/valgrind/patches/patch-configure | |
parent | 775439d995f9b41ab0de32cede596e8aba405311 (diff) | |
parent | 9ac3310d527fc15d215d61fa78e886fd0ed8054f (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/valgrind/patches/patch-configure')
-rw-r--r-- | package/valgrind/patches/patch-configure | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/valgrind/patches/patch-configure b/package/valgrind/patches/patch-configure new file mode 100644 index 000000000..e4d957a21 --- /dev/null +++ b/package/valgrind/patches/patch-configure @@ -0,0 +1,11 @@ +--- valgrind-3.6.0.orig/configure 2010-10-21 03:16:18.000000000 +0200 ++++ valgrind-3.6.0/configure 2011-02-14 17:26:48.000000000 +0100 +@@ -5345,7 +5345,7 @@ $as_echo "ok (${host_os})" >&6; } + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the kernel version" >&5 + $as_echo_n "checking for the kernel version... " >&6; } + +- kernel=`uname -r` ++ kernel=2.6.37 + + case "${kernel}" in + 2.6.*) |