mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
community/linux-tools to 5.17-2
This commit is contained in:
parent
6bd925e150
commit
cffb0f9cff
1 changed files with 3 additions and 1 deletions
|
@ -23,7 +23,7 @@ pkgname=(
|
|||
'iio-utils'
|
||||
)
|
||||
pkgver=5.17
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
license=('GPL2')
|
||||
arch=('x86_64')
|
||||
url='https://www.kernel.org'
|
||||
|
@ -87,6 +87,7 @@ build() {
|
|||
prefix=/usr \
|
||||
lib=lib/perf \
|
||||
perfexecdir=lib/perf \
|
||||
EXTRA_CFLAGS=' -Wno-error=bad-function-cast -Wno-error=declaration-after-statement -Wno-error=switch-enum' \
|
||||
NO_SDT=1 \
|
||||
WERROR=0 \
|
||||
PYTHON=python \
|
||||
|
@ -179,6 +180,7 @@ package_perf() {
|
|||
prefix=/usr \
|
||||
lib=lib/perf \
|
||||
perfexecdir=lib/perf \
|
||||
EXTRA_CFLAGS=' -Wno-error=bad-function-cast -Wno-error=declaration-after-statement -Wno-error=switch-enum' \
|
||||
NO_SDT=1 \
|
||||
WERROR=0 \
|
||||
PYTHON=python \
|
||||
|
|
Loading…
Reference in a new issue