From: Chris Coulson Date: Sat, 18 May 2019 19:18:25 +0000 (+0100) Subject: u-make-tests-work-without-rpath X-Git-Tag: archive/raspbian/1.33.0+dfsg1-2+rpi1^2~19 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=27bc0597582f7adad618b991d6b666e992a3059b;p=rustc.git u-make-tests-work-without-rpath Forwarded: TODO Gbp-Pq: Name u-make-tests-work-without-rpath.patch --- diff --git a/src/test/run-make-fulldeps/sysroot-crates-are-unstable/Makefile b/src/test/run-make-fulldeps/sysroot-crates-are-unstable/Makefile index a35174b3c2..5b5a9a5dea 100644 --- a/src/test/run-make-fulldeps/sysroot-crates-are-unstable/Makefile +++ b/src/test/run-make-fulldeps/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