elfutils: prevent build failure on musl
[ci skip]
This commit is contained in:
parent
f7bdb85a58
commit
ced162673b
1 changed files with 1 additions and 1 deletions
|
@ -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" ;;
|
||||
|
|
Loading…
Reference in a new issue