elfutils: prevent build failure on musl

[ci skip]
This commit is contained in:
q66 2019-08-17 14:11:15 +02:00 committed by Helmut Pozimski
parent f7bdb85a58
commit ced162673b

View file

@ -13,7 +13,7 @@ homepage="https://sourceware.org/elfutils/"
distfiles="https://sourceware.org/${pkgname}/ftp/${version}/${pkgname}-${version}.tar.bz2"
checksum=eb5747c371b0af0f71e86215a5ebb88728533c3a104a43d4231963f308cd1023
CFLAGS="-Wno-error"
CFLAGS="-Wno-error -Wno-error=null-dereference"
case "$XBPS_TARGET_MACHINE" in
*-musl) makedepends+=" argp-standalone musl-fts-devel musl-obstack" ;;