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>2019-09-03 02:20:51 +0000
committerSamuel Holland <samuel@sholland.org>2019-09-07 09:32:30 -0500
commitbdb273539df454bdd85dcfb37f7c0135d33477f8 (patch)
tree5539e83f32aeef93da8384b47b71418bf1e3686b /user/rust/0003-Allow-rustdoc-to-work-when-cross-compiling-on-musl.patch
parent7ff61b754950fa82d16e1bcbb458c54a38598f2a (diff)
downloadpackages-bdb273539df454bdd85dcfb37f7c0135d33477f8.tar.gz
packages-bdb273539df454bdd85dcfb37f7c0135d33477f8.tar.bz2
packages-bdb273539df454bdd85dcfb37f7c0135d33477f8.tar.xz
packages-bdb273539df454bdd85dcfb37f7c0135d33477f8.zip
user/rust: Bump to 1.37.0
Signed-off-by: Samuel Holland <samuel@sholland.org>
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.patch4
1 files changed, 2 insertions, 2 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 e9f879cbb..cf07c76d2 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 09d94e416d0dbc2e5f0e873fd7e72acdf2c7e178 Mon Sep 17 00:00:00 2001
+From 2200debf48b6ef4c87e258cf8a968a89903f8723 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/12] Allow rustdoc to work when cross-compiling on musl
+Subject: [PATCH 03/16] Allow rustdoc to work when cross-compiling on musl
musl can't handle foreign-architecture libraries in LD_LIBRARY_PATH.
---