rustc/debian/patches/u-make-tests-work-without-rpath.patch
2020-07-04 17:44:48 +01:00

13 lines
345 B
Diff

Author: Chris Coulson <chris.coulson@canonical.com>
Forwarded: TODO
--- a/src/test/run-make-fulldeps/sysroot-crates-are-unstable/Makefile
+++ b/src/test/run-make-fulldeps/sysroot-crates-are-unstable/Makefile
@@ -1,2 +1,6 @@
+include ../tools.mk
+
+RUSTC := $(RUSTC_ORIGINAL)
+
all:
- '$(PYTHON)' test.py
+ $(HOST_RPATH_ENV) '$(PYTHON)' test.py