community/linux-tools to 4.12-3

This commit is contained in:
Kevin Mihelich 2017-09-02 12:46:29 +00:00
parent 58c0d162f4
commit 731da9d191

View file

@ -20,7 +20,7 @@ pkgname=(
'iio-utils'
)
pkgver=4.12
pkgrel=1
pkgrel=3
license=('GPL2')
arch=('i686' 'x86_64')
url='https://www.kernel.org'
@ -56,6 +56,10 @@ md5sums=('fc454157e2d024d401a60905d6481c6b'
prepare() {
cd linux-$pkgver
# Fix "unwind-libunwind.c:109:11: error: EINVAL undeclared" on i686
# Not sure why this wasn't an issue until now...
sed -i '1i #include <errno.h>' tools/perf/arch/x86/util/unwind-libunwind.c
# apply stable kernel patch
#patch -p1 -N -i "$srcdir"/patch-4.7.5