elfutils: use musl-obstack-devel.

This commit is contained in:
Érico Rolim 2020-07-06 20:35:23 -03:00 committed by John Zimmermann
parent da2a5f8885
commit ef1c81e021
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'elfutils'
pkgname=elfutils
version=0.180
revision=1
revision=2
build_style=gnu-configure
configure_args="--program-prefix=eu- --disable-debuginfod"
hostmakedepends="automake libtool pkg-config"
@ -16,7 +16,7 @@ checksum=b827b6e35c59d188ba97d7cf148fa8dc6f5c68eb6c5981888dfdbb758c0b569d
CFLAGS="-Wno-error -Wno-error=null-dereference"
case "$XBPS_TARGET_MACHINE" in
*-musl) makedepends+=" argp-standalone musl-fts-devel musl-obstack" ;;
*-musl) makedepends+=" argp-standalone musl-fts-devel musl-obstack-devel" ;;
esac
if [ "$CROSS_BUILD" ]; then