summaryrefslogtreecommitdiffstats
path: root/debian/patches/u-make-tests-work-without-rpath.patch
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-17 12:03:05 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-17 12:03:05 +0000
commit217d9223a5aa75daf9f286fd1fc06dae379b5dbc (patch)
treeb43bedae234ad56894a82934ee57e3619f3374d5 /debian/patches/u-make-tests-work-without-rpath.patch
parentAdding upstream version 1.64.0+dfsg1. (diff)
downloadrustc-217d9223a5aa75daf9f286fd1fc06dae379b5dbc.tar.xz
rustc-217d9223a5aa75daf9f286fd1fc06dae379b5dbc.zip
Adding debian version 1.64.0+dfsg1-1.debian/1.64.0+dfsg1-1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/patches/u-make-tests-work-without-rpath.patch')
-rw-r--r--debian/patches/u-make-tests-work-without-rpath.patch23
1 files changed, 23 insertions, 0 deletions
diff --git a/debian/patches/u-make-tests-work-without-rpath.patch b/debian/patches/u-make-tests-work-without-rpath.patch
new file mode 100644
index 000000000..97cd89233
--- /dev/null
+++ b/debian/patches/u-make-tests-work-without-rpath.patch
@@ -0,0 +1,23 @@
+From: Chris Coulson <chris.coulson@canonical.com>
+Date: Thu, 14 Jul 2022 13:17:38 +0200
+Subject: u-make-tests-work-without-rpath
+
+Forwarded: TODO
+
+===================================================================
+---
+ src/test/run-make-fulldeps/sysroot-crates-are-unstable/Makefile | 6 +++++-
+ 1 file changed, 5 insertions(+), 1 deletion(-)
+
+diff --git a/src/test/run-make-fulldeps/sysroot-crates-are-unstable/Makefile b/src/test/run-make-fulldeps/sysroot-crates-are-unstable/Makefile
+index 1e267fb..ac46c24 100644
+--- 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