community/linux-tools to 5.17-2

This commit is contained in:
Kevin Mihelich 2022-05-31 23:47:23 +00:00
parent 6bd925e150
commit cffb0f9cff

View file

@ -23,7 +23,7 @@ pkgname=(
'iio-utils' 'iio-utils'
) )
pkgver=5.17 pkgver=5.17
pkgrel=1 pkgrel=2
license=('GPL2') license=('GPL2')
arch=('x86_64') arch=('x86_64')
url='https://www.kernel.org' url='https://www.kernel.org'
@ -87,6 +87,7 @@ build() {
prefix=/usr \ prefix=/usr \
lib=lib/perf \ lib=lib/perf \
perfexecdir=lib/perf \ perfexecdir=lib/perf \
EXTRA_CFLAGS=' -Wno-error=bad-function-cast -Wno-error=declaration-after-statement -Wno-error=switch-enum' \
NO_SDT=1 \ NO_SDT=1 \
WERROR=0 \ WERROR=0 \
PYTHON=python \ PYTHON=python \
@ -179,6 +180,7 @@ package_perf() {
prefix=/usr \ prefix=/usr \
lib=lib/perf \ lib=lib/perf \
perfexecdir=lib/perf \ perfexecdir=lib/perf \
EXTRA_CFLAGS=' -Wno-error=bad-function-cast -Wno-error=declaration-after-statement -Wno-error=switch-enum' \
NO_SDT=1 \ NO_SDT=1 \
WERROR=0 \ WERROR=0 \
PYTHON=python \ PYTHON=python \