ports/opt (3.1): valgrind: support 4.x kernels
18 Jul
2015
18 Jul
'15
10:43 p.m.
commit 4518438477151650af41fa27107cdc4c57d06489 Author: Thomas Penteker <tek@serverop.de> Date: Sun Jul 19 00:42:54 2015 +0200 valgrind: support 4.x kernels diff --git a/valgrind/Pkgfile b/valgrind/Pkgfile index 55a0646..c511ebd 100644 --- a/valgrind/Pkgfile +++ b/valgrind/Pkgfile @@ -12,6 +12,10 @@ source=(http://$name.org/downloads/$name-$version.tar.bz2) build() { cd $name-$version + # suppot 4.x kernels, too + sed -i 's/2.6\.\*|3\.\*/&|4.*/1' configure.ac + autoconf + sed -i 's/2.18/2.19/' configure ./configure --prefix=/usr --mandir=/usr/man make
3491
Age (days ago)
3491
Last active (days ago)
0 comments
1 participants
participants (1)
-
crux@crux.nu