u-make-tests-work-without-rpath
authorChris Coulson <chris.coulson@canonical.com>
Thu, 14 Jul 2022 11:17:38 +0000 (13:17 +0200)
committerFabian Gruenbichler <debian@fabian.gruenbichler.email>
Mon, 31 Oct 2022 13:19:34 +0000 (13:19 +0000)
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