mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-11 11:47:02 +02:00
elfutils: update to 0.192.
Fix bulid with gcc14 and musl
This commit is contained in:
parent
d89295f218
commit
001b9bc896
1 changed files with 4 additions and 4 deletions
|
@ -1,13 +1,13 @@
|
|||
# Template file for 'elfutils'
|
||||
pkgname=elfutils
|
||||
version=0.190
|
||||
version=0.192
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--program-prefix=eu-"
|
||||
configure_args="--program-prefix=eu- --enable-debuginfod --enable-libdebuginfod"
|
||||
hostmakedepends="pkg-config m4"
|
||||
_devel_depends="bzip2-devel liblzma-devel zlib-devel libzstd-devel"
|
||||
makedepends="${_devel_depends} libcurl-devel libarchive-devel sqlite-devel
|
||||
libmicrohttpd-devel"
|
||||
libmicrohttpd-devel json-c-devel"
|
||||
checkdepends="zstd bzip2 curl rpm cpio iproute2 procps-ng"
|
||||
short_desc="Utilities to handle ELF object files"
|
||||
maintainer="Érico Nogueira <ericonr@disroot.org>"
|
||||
|
@ -15,7 +15,7 @@ license="GPL-3.0-or-later"
|
|||
homepage="https://sourceware.org/elfutils/"
|
||||
changelog="https://sourceware.org/git/?p=elfutils.git;a=blob_plain;f=NEWS;hb=HEAD"
|
||||
distfiles="https://sourceware.org/pub/elfutils/${version}/elfutils-${version}.tar.bz2"
|
||||
checksum=8e00a3a9b5f04bc1dc273ae86281d2d26ed412020b391ffcc23198f10231d692
|
||||
checksum=616099beae24aba11f9b63d86ca6cc8d566d968b802391334c91df54eab416b4
|
||||
# subpackages require explicit ordering
|
||||
subpackages="debuginfod libdebuginfod libelf elfutils-devel"
|
||||
CFLAGS="-Wno-error=deprecated-declarations" # curl 7.55+
|
||||
|
|
Loading…
Add table
Reference in a new issue