From 9ad8a8ea7bf5ddbbded93608b688a53e61c35b28 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 26 Jun 2015 07:23:29 +0200 Subject: [PATCH] rust: make this happy with --build. --- srcpkgs/rust/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/rust/template b/srcpkgs/rust/template index 52856958cb..93d022d66f 100644 --- a/srcpkgs/rust/template +++ b/srcpkgs/rust/template @@ -6,7 +6,7 @@ wrksrc="rustc-${version/.beta/-beta}" lib32disabled=yes build_style=configure only_for_archs="x86_64 x86_64-musl i686 i686-musl" -configure_args="--prefix=/usr --disable-docs --build=$XBPS_TRIPLET" +configure_args="--prefix=/usr --disable-docs --build=$(gcc -dumpmachine)" hostmakedepends="pkg-config curl python" short_desc="A safe, concurrent, practical systems language" maintainer="Juan RP "