From: Chris Coulson Date: Sun, 19 Sep 2021 18:48:33 +0000 (+0100) Subject: u-make-tests-work-without-rpath X-Git-Tag: archive/raspbian/1.59.0+dfsg1-1_deb11u3+rpi1~2^2^2~25 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=e050bdba4f737861a47165697a6a9a045c44f2a1;p=rustc-mozilla.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 1e267fb95..ac46c24e6 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: - '$(PYTHON)' test.py + $(HOST_RPATH_ENV) '$(PYTHON)' test.py