mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +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'
|
'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 \
|
||||||
|
|
Loading…
Reference in a new issue