mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
community/linux-tools to 4.12-3
This commit is contained in:
parent
58c0d162f4
commit
731da9d191
1 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue