u-make-tests-work-without-rpath
authorDebian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Sat, 13 Jul 2019 17:30:35 +0000 (18:30 +0100)
committerXimin Luo <infinity0@debian.org>
Sat, 13 Jul 2019 17:30:35 +0000 (18:30 +0100)
Gbp-Pq: Name u-make-tests-work-without-rpath.patch

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

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