Frederik Schwan pushed to branch main at Arch Linux / Packaging / Packages /
elfutils
Commits:
6d9875d2 by Frederik Schwan at 2026-02-09T18:14:56+01:00
upgpkg: 0.194-2: binutils 2.46 rebuild
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = elfutils
pkgdesc = Handle ELF object files and DWARF debugging information
pkgver = 0.194
- pkgrel = 1
+ pkgrel = 2
url = https://sourceware.org/elfutils/
arch = x86_64
makedepends = bzip2
=====================================
PKGBUILD
=====================================
@@ -10,7 +10,7 @@ pkgname=(
debuginfod
)
pkgver=0.194
-pkgrel=1
+pkgrel=2
pkgdesc="Handle ELF object files and DWARF debugging information"
arch=(x86_64)
url="https://sourceware.org/elfutils/"
@@ -43,6 +43,9 @@ prepare() {
#
https://gitlab.archlinux.org/archlinux/packaging/packages/elfutils/-/issues/2
git cherry-pick -n 00cb3efe36337f27925dbff9b2e7d97c7df95bf8
+ # fix c23 const handling issue
+ git cherry-pick -n 4a5cf8be906d5991e7527e69e3f2ceaa74811301
+
# remove failing test due to missing glibc debug package during test:
https://bugs.archlinux.org/task/74875
sed -e 's/run-backtrace-native.sh//g' -i tests/Makefile.am
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/elfutils/-/commit/6d9875d2f29a266d0522a9b8d77c98238a0e5935
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/elfutils/-/commit/6d9875d2f29a266d0522a9b8d77c98238a0e5935
You're receiving this email because of your account on gitlab.archlinux.org.