u-make-tests-work-without-rpath
authorRust Maintainers <pkg-rust-maintainers@lists.alioth.debian.org>
Wed, 7 Mar 2018 19:07:27 +0000 (19:07 +0000)
committerXimin Luo <infinity0@debian.org>
Wed, 7 Mar 2018 19:07:27 +0000 (19:07 +0000)
Gbp-Pq: Name u-make-tests-work-without-rpath.patch

src/test/run-make/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