u-make-tests-work-without-rpath
authorChris Coulson <chris.coulson@canonical.com>
Tue, 8 Sep 2020 16:38:19 +0000 (17:38 +0100)
committerEmilio Pozuelo Monfort <pochu@debian.org>
Tue, 8 Sep 2020 16:38:19 +0000 (17:38 +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