From d5f627949b272a36e04e5d8e58384bbfbc528412 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 19 Sep 2015 09:31:14 +0200 Subject: [PATCH] rust: only build on x86_64/glibc for now; musl and i686 are broken currently. --- srcpkgs/rust/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/rust/template b/srcpkgs/rust/template index beafedacd60..1175b1658e6 100644 --- a/srcpkgs/rust/template +++ b/srcpkgs/rust/template @@ -5,7 +5,7 @@ revision=1 wrksrc="rustc-${version/.beta/-beta}" lib32disabled=yes build_style=configure -only_for_archs="x86_64 x86_64-musl i686 i686-musl" +only_for_archs="x86_64" hostmakedepends="pkg-config curl python" short_desc="A safe, concurrent, practical systems language" maintainer="Juan RP " @@ -21,7 +21,7 @@ do_configure() { x86_64*) _triplet=x86_64-unknown-linux-gnu;; *) _triplet=$XBPS_TARGET_MACHINE;; esac - ./configure --musl-root=/usr --prefix=/usr --disable-docs --enable-ccache --build=${_triplet} --release-channel=stable + ./configure --prefix=/usr --disable-docs --enable-ccache --build=${_triplet} --release-channel=stable } post_install() { vlicense COPYRIGHT