From: Rust Maintainers Date: Wed, 7 Mar 2018 19:07:27 +0000 (+0000) Subject: u-make-tests-work-without-rpath X-Git-Tag: archive/raspbian/1.24.1+dfsg1-1+rpi1~3^2~11 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=1f645e1946d37c099b461aa2a72d0386ae8f1638;p=rustc.git u-make-tests-work-without-rpath Gbp-Pq: Name u-make-tests-work-without-rpath.patch --- diff --git a/src/test/run-make/sysroot-crates-are-unstable/Makefile b/src/test/run-make/sysroot-crates-are-unstable/Makefile index a35174b3c2..5b5a9a5dea 100644 --- a/src/test/run-make/sysroot-crates-are-unstable/Makefile +++ b/src/test/run-make/sysroot-crates-are-unstable/Makefile @@ -1,2 +1,6 @@ +include ../tools.mk + +RUSTC := $(RUSTC_ORIGINAL) + all: - python2.7 test.py + $(HOST_RPATH_ENV) python2.7 test.py