u-make-tests-work-without-rpath
authorDebian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Mon, 28 Jan 2019 06:02:48 +0000 (06:02 +0000)
committerXimin Luo <infinity0@debian.org>
Mon, 28 Jan 2019 06:02:48 +0000 (06:02 +0000)
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