From 4dc7c8312f982003c6b89423b496798580da2274 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Mon, 9 Sep 2019 16:38:56 +0200 Subject: extra/rust: use rust-bin instead of rust from bootstrapping for bootstrapping rust again --- extra/rust/PKGBUILD | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'extra/rust') diff --git a/extra/rust/PKGBUILD b/extra/rust/PKGBUILD index c0608b3c..1871ee85 100644 --- a/extra/rust/PKGBUILD +++ b/extra/rust/PKGBUILD @@ -34,3 +34,7 @@ if [ "${CARCH}" != 'pentium4' ]; then )" fi +# use binary rust-bin instead of rust (till we can bootstrap rust on IA-32) +# rust is ok on pentium4 but broken on i686 in bootstrap! +makedepends=(${makedepends[@]//rust/}) +makedepends+=('rust-bin') -- cgit v1.2.3-54-g00ecf