From: Chris Coulson Date: Thu, 14 Jul 2022 11:17:38 +0000 (+0200) Subject: u-make-tests-work-without-rpath X-Git-Tag: archive/raspbian/1.66.0+dfsg1-1+rpi1^2~31 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=f9c5a5f473d102c9fb06b8b8b910f35525a99a86;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 1e267fb957..ac46c24e64 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