sysprof: mark as broken on aarch64-musl and x86_64-musl
This commit is contained in:
parent
f9f0b01fc5
commit
d0cf786aaa
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@ checksum=65437778af2fc3bab05bf9c1871fbd8726a4bd6471f1288d7b7a7e3429cee436
|
|||
configure_args="-Denable-gtk=true -Dsystemdunitdir=/DELETEME"
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
aarch64-musl|x86_64-musl) broken="__WORDSIZE definitions aren't recognized" ;;
|
||||
x64_64-musl|aarch64-musl) CFLAGS="-D__WORDSIZE=64" ;;
|
||||
*-musl) CFLAGS="-D__WORDSIZE=32" ;;
|
||||
esac
|
||||
|
|
Loading…
Reference in a new issue