u-make-tests-work-without-rpath
authorRust Maintainers <pkg-rust-maintainers@lists.alioth.debian.org>
Sun, 8 Jul 2018 19:39:35 +0000 (20:39 +0100)
committerMoritz Mühlenhoff <jmm@debian.org>
Sun, 8 Jul 2018 19:39:35 +0000 (20:39 +0100)
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