u-make-tests-work-without-rpath
authorDebian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Sun, 5 Jan 2020 13:35:46 +0000 (13:35 +0000)
committerXimin Luo <infinity0@debian.org>
Sun, 5 Jan 2020 13:35:46 +0000 (13:35 +0000)
Gbp-Pq: Name u-make-tests-work-without-rpath.patch

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

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