tasknc: broken test on musl
This commit is contained in:
parent
f7061e8549
commit
198b7ab4e2
1 changed files with 5 additions and 0 deletions
|
@ -16,6 +16,11 @@ homepage="https://github.com/lharding/tasknc"
|
|||
distfiles="https://github.com/lharding/tasknc/archive/${_hash}.tar.gz"
|
||||
checksum=40b7386b1d066b74bd217c76cfdce13f14589223206584a5e2acb931291ade42
|
||||
|
||||
case "${XBPS_TARGET_MACHINE}" in
|
||||
*-musl) broken="src/test.c:170:12: error: assignment of read-only variable 'stdout'";;
|
||||
*) ;;
|
||||
esac
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue