u-make-tests-work-without-rpath
authorChris Coulson <chris.coulson@canonical.com>
Thu, 6 Aug 2020 20:11:39 +0000 (21:11 +0100)
committerXimin Luo <infinity0@debian.org>
Thu, 6 Aug 2020 20:11:39 +0000 (21:11 +0100)
Forwarded: TODO

Gbp-Pq: Name u-make-tests-work-without-rpath.patch

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

index 1e267fb9576ba1e923c656775b09958a1f9758f7..ac46c24e64c9b578b3e5477f14ea7154765363d7 100644 (file)
@@ -1,2 +1,6 @@
+include ../tools.mk
+
+RUSTC := $(RUSTC_ORIGINAL)
+
 all:
-       '$(PYTHON)' test.py
+       $(HOST_RPATH_ENV) '$(PYTHON)' test.py