rust: add patch to fix remote filesystem issue 24146/head
authorFlorian Eckert <fe@dev.tdt.de>
Mon, 13 May 2024 10:37:18 +0000 (12:37 +0200)
committerFlorian Eckert <fe@dev.tdt.de>
Thu, 16 May 2024 11:20:37 +0000 (13:20 +0200)
commit6b6c74dca86036c5ccfde236816a40e5895303d6
tree67b3a20381a489632de25f966e72fb5436f2f8c9
parent77130df23de3bd671628cd2eaae12e1d2766d71c
rust: add patch to fix remote filesystem issue

If the download directory is on another filesystem (NFS), then the
current implementation of bootstrapping rust fails. Because the 'syscall'
(rename) does not work on crossing filesystem boundary.

This chnage was already merged upstream to the github main rust repository.
rust-lang/rust#124975

The patch has been rebased so that it can be applied correctly.
No functional change.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
lang/rust/Makefile
lang/rust/patches/0004-Use-an-helper-to-move-the-files.patch [new file with mode: 0644]