mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
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"
|
distfiles="https://github.com/lharding/tasknc/archive/${_hash}.tar.gz"
|
||||||
checksum=40b7386b1d066b74bd217c76cfdce13f14589223206584a5e2acb931291ade42
|
checksum=40b7386b1d066b74bd217c76cfdce13f14589223206584a5e2acb931291ade42
|
||||||
|
|
||||||
|
case "${XBPS_TARGET_MACHINE}" in
|
||||||
|
*-musl) broken="src/test.c:170:12: error: assignment of read-only variable 'stdout'";;
|
||||||
|
*) ;;
|
||||||
|
esac
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue