u-make-tests-work-without-rpath
authorChris Coulson <chris.coulson@canonical.com>
Sun, 5 Jul 2020 14:06:52 +0000 (15:06 +0100)
committerXimin Luo <infinity0@debian.org>
Sun, 5 Jul 2020 14:06:52 +0000 (15:06 +0100)
Forwarded: TODO

Gbp-Pq: Name u-make-tests-work-without-rpath.patch

src/test/run-make-fulldeps/sysroot-crates-are-unstable/Makefile

index 3fc483aa7ecff3403ad6c07de9fd4c680558fc7f..f23c1498d40ba8ff57f77a3be3a8457f2dea8589 100644 (file)
@@ -1,2 +1,6 @@
+include ../tools.mk
+
+RUSTC := $(RUSTC_ORIGINAL)
+
 all:
-       python3 test.py
+       $(HOST_RPATH_ENV) python3 test.py