diff --git a/srcpkgs/elfutils/template b/srcpkgs/elfutils/template index d5b88081416..1f026887147 100644 --- a/srcpkgs/elfutils/template +++ b/srcpkgs/elfutils/template @@ -1,7 +1,7 @@ # Template file for 'elfutils' pkgname=elfutils version=0.161 -revision=1 +revision=2 build_style=gnu-configure configure_args="--program-prefix=eu-" hostmakedepends="m4" @@ -19,6 +19,10 @@ case "$XBPS_TARGET_MACHINE" in *-musl) makedepends+=" argp-standalone" ;; esac +post_extract() { + sed -i '//d' backends/*_initreg.c +} + do_configure() { case "$XBPS_TARGET_MACHINE" in *-musl) export LIBS="-largp" ;;