mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
ldc: broken on musl for now
This commit is contained in:
parent
3cb75c947d
commit
141db8d6f2
1 changed files with 4 additions and 0 deletions
|
@ -28,6 +28,10 @@ nocross="dmd compilation fails on cross"
|
||||||
# tests timeout on musl; also require unpackaged python3-lit
|
# tests timeout on musl; also require unpackaged python3-lit
|
||||||
make_check=no
|
make_check=no
|
||||||
|
|
||||||
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
*musl) broken="somehow attemps to resolve glibc symbols?" ;;
|
||||||
|
esac
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue