From 1ea4f25d4016c34649e9b09d5c306055e6e04645 Mon Sep 17 00:00:00 2001 From: riggs Date: Tue, 9 Aug 2016 21:41:25 +0000 Subject: Fix build with non-standard PREFIX PR: 211686 Submitted by: mi --- lang/rust/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lang') diff --git a/lang/rust/Makefile b/lang/rust/Makefile index e8f3c7f759b7..311603856b1c 100644 --- a/lang/rust/Makefile +++ b/lang/rust/Makefile @@ -60,6 +60,9 @@ USES= compiler gmake libedit python:2,build HAS_CONFIGURE= yes CONFIGURE_ARGS= --disable-valgrind \ ${CHOSEN_COMPILER_TYPE:Mclang:C/.+/--enable-&/} \ + --prefix=${PREFIX} \ + --musl-root=${PREFIX} \ + --local-rust-root=${PREFIX} \ --mandir=${MANPREFIX}/man \ --release-channel=${RUST_CHANNEL} -- cgit