]> git.pld-linux.org Git - packages/valgrind.git/blame - kernel-4.x.patch
- fix build with linux 4.x
[packages/valgrind.git] / kernel-4.x.patch
CommitLineData
cfde8ab6
JR
1--- valgrind-3.10.1/configure.ac~ 2015-05-10 12:56:39.000000000 +0200
2+++ valgrind-3.10.1/configure.ac 2015-05-10 12:57:15.434577885 +0200
3@@ -303,7 +303,7 @@
4 kernel=`uname -r`
5
6 case "${kernel}" in
7- 2.6.*|3.*)
8+ 2.6.*|3.*|4.*)
9 AC_MSG_RESULT([2.6.x/3.x family (${kernel})])
10 AC_DEFINE([KERNEL_2_6], 1, [Define to 1 if you're using Linux 2.6.x or Linux 3.x])
11 ;;
This page took 0.023873 seconds and 4 git commands to generate.