summaryrefslogtreecommitdiff
path: root/user/rust/0003-Allow-rustdoc-to-work-when-cross-compiling-on-musl.patch
diff options
context:
space:
mode:
authorSamuel Holland <samuel@sholland.org>2018-12-30 02:42:43 +0000
committerSamuel Holland <samuel@sholland.org>2018-12-30 07:41:26 +0000
commit3ad04696702c67ecbb84ee44d20b2489d77d841f (patch)
tree3726f103454f5e932a342f1caad38eb459751d89 /user/rust/0003-Allow-rustdoc-to-work-when-cross-compiling-on-musl.patch
parent1f3a1b66721aa8c259d5f5ada4b5e55da526a2d6 (diff)
downloadpackages-3ad04696702c67ecbb84ee44d20b2489d77d841f.tar.gz
packages-3ad04696702c67ecbb84ee44d20b2489d77d841f.tar.bz2
packages-3ad04696702c67ecbb84ee44d20b2489d77d841f.tar.xz
packages-3ad04696702c67ecbb84ee44d20b2489d77d841f.zip
user/rust: Bump to 1.31.1
Diffstat (limited to 'user/rust/0003-Allow-rustdoc-to-work-when-cross-compiling-on-musl.patch')
-rw-r--r--user/rust/0003-Allow-rustdoc-to-work-when-cross-compiling-on-musl.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/user/rust/0003-Allow-rustdoc-to-work-when-cross-compiling-on-musl.patch b/user/rust/0003-Allow-rustdoc-to-work-when-cross-compiling-on-musl.patch
index 95a3bb53d..588c4df66 100644
--- a/user/rust/0003-Allow-rustdoc-to-work-when-cross-compiling-on-musl.patch
+++ b/user/rust/0003-Allow-rustdoc-to-work-when-cross-compiling-on-musl.patch
@@ -1,7 +1,7 @@
-From d927c3bdf6e312f5c92ec33d5dfe4b77b3dfa8e0 Mon Sep 17 00:00:00 2001
+From 0613fed83ccf58ce3305a1df35e31eda25ba409e Mon Sep 17 00:00:00 2001
From: Samuel Holland <samuel@sholland.org>
Date: Sat, 2 Dec 2017 17:25:44 -0600
-Subject: [PATCH 03/24] Allow rustdoc to work when cross-compiling on musl
+Subject: [PATCH 03/23] Allow rustdoc to work when cross-compiling on musl
musl can't handle foreign-architecture libraries in LD_LIBRARY_PATH.
---
@@ -32,5 +32,5 @@ index bb5a21e3e4..1b6b78b90a 100644
// Force all crates compiled by this compiler to (a) be unstable and (b)
// allow the `rustc_private` feature to link to other unstable crates
--
-2.18.0
+2.19.2