racket: broken for i686
This commit is contained in:
parent
7179e38543
commit
86693ac78c
|
@ -17,6 +17,10 @@ nostrip=yes
|
||||||
configure_args="--disable-docs"
|
configure_args="--disable-docs"
|
||||||
only_for_archs="i686 x86_64 armv5tel armv6l armv7l aarch64"
|
only_for_archs="i686 x86_64 armv5tel armv6l armv7l aarch64"
|
||||||
|
|
||||||
|
case "${XBPS_TARGET_MACHINE}" in
|
||||||
|
i686) broken="http://build.voidlinux.eu/builders/i686_builder/builds/492/steps/shell_3/logs/stdio"
|
||||||
|
esac
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
configure_args+=" --enable-racket=/usr/bin/racket"
|
configure_args+=" --enable-racket=/usr/bin/racket"
|
||||||
hostmakedepends+=" racket"
|
hostmakedepends+=" racket"
|
||||||
|
|
Loading…
Reference in New Issue