elfutils: header clash on native aarch64.
This commit is contained in:
parent
350d3cbb0a
commit
10ee1130f8
|
@ -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 '/<linux\/uio.h>/d' backends/*_initreg.c
|
||||
}
|
||||
|
||||
do_configure() {
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
*-musl) export LIBS="-largp" ;;
|
||||
|
|
Loading…
Reference in New Issue
Block a user