update to 12.3: libelf

This commit is contained in:
2025-03-25 23:26:31 -04:00
parent 4a3ea96b1b
commit 85bf1956d1

View File

@@ -1,18 +1,19 @@
pkgname="libelf"
_pkgbase="elfutils"
pkgver=0.191
pkgver=0.192
pkgdesc="Handle ELF object files and DWARF debugging information (lib)"
license=("GPL-2.0-or-later OR LGPL-3.0-or-later")
homepage="https://sourceware.org/elfutils/"
sources=("${_pkgbase}-${pkgver}.tar.bz2")
urls=("https://sourceware.org/ftp/${_pkgbase}/${pkgver}/${sources[0]}")
md5sums="636547248fb3fae58ec48030298d3ef7"
md5sums="a6bb1efc147302cfc15b5c2b827f186a"
src_prepare() {
tar -xf ${distdir}/${sources[0]} --strip-components=1
}
src_build() {
CFLAGS+=" -g"
./configure --prefix=/usr \
--disable-debuginfod \
--enable-libdebuginfod=dummy