mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
sbcl: broken on musl
This commit is contained in:
parent
a1abea23fe
commit
9b23f85cd0
1 changed files with 4 additions and 0 deletions
|
@ -3,6 +3,10 @@ pkgname=sbcl
|
||||||
version=1.4.7
|
version=1.4.7
|
||||||
revision=1
|
revision=1
|
||||||
only_for_archs="i686 x86_64 x86_64-musl armv7l aarch64"
|
only_for_archs="i686 x86_64 x86_64-musl armv7l aarch64"
|
||||||
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
*-musl) broken=https://build.voidlinux.eu/builders/x86_64-musl_builder/builds/9674/steps/shell_3/logs/stdio ;;
|
||||||
|
esac
|
||||||
|
|
||||||
hostmakedepends="iana-etc"
|
hostmakedepends="iana-etc"
|
||||||
makedepends="zlib-devel"
|
makedepends="zlib-devel"
|
||||||
conf_files="/etc/sbclrc"
|
conf_files="/etc/sbclrc"
|
||||||
|
|
Loading…
Add table
Reference in a new issue