Frederik Schwan pushed to branch main at Arch Linux / Packaging / Packages /
linux-tools
Commits:
95a2359c by Frederik Schwan at 2026-02-10T01:24:01+01:00
upgpkg: 6.19-2: binutils 2.46 rebuild
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = linux-tools
pkgver = 6.19
- pkgrel = 1
+ pkgrel = 2
url = https://www.kernel.org
arch = x86_64
groups = linux-tools
=====================================
PKGBUILD
=====================================
@@ -16,7 +16,7 @@ pkgname=(
'x86_energy_perf_policy'
)
pkgver=6.19
-pkgrel=1
+pkgrel=2
license=('GPL-2.0-only')
arch=('x86_64')
url='https://www.kernel.org'
@@ -78,6 +78,8 @@ EOF
}
build() {
+ export CFLAGS="${CFLAGS} -Wno-error=discarded-qualifiers"
+
echo ':: perf'
pushd linux/tools/perf
make -f Makefile.perf \
@@ -185,7 +187,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' \
+ EXTRA_CFLAGS=' -Wno-error=bad-function-cast
-Wno-error=declaration-after-statement -Wno-error=switch-enum
-Wno-error=discarded-qualifiers' \
NO_SDT=1 \
BUILD_BPF_SKEL=1 \
PYTHON=python \
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/linux-tools/-/commit/95a2359c26f0f0c114987fb385ae02c0f4883395
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/linux-tools/-/commit/95a2359c26f0f0c114987fb385ae02c0f4883395
You're receiving this email because of your account on gitlab.archlinux.org.