update to LFS 12.4 #1

Merged
wyj merged 146 commits from dev into main 2025-12-22 07:15:10 -05:00
Showing only changes of commit 85bf1956d1 - Show all commits
@@ -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