aboutsummaryrefslogtreecommitdiffstats
path: root/community/rust/llvm-with-ffi.patch
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2018-05-20 10:23:04 +0200
committerJakub Jirutka <jakub@jirutka.cz>2018-05-20 16:46:01 +0200
commit207941559ddce18b7b0cfeb09b7fab673233c4da (patch)
treec28ef0367037839b5b0a071574b90f8eac7c96c4 /community/rust/llvm-with-ffi.patch
parent3dc0c1d65c029cef8d5252f3d957c64b196c35db (diff)
downloadaports-207941559ddce18b7b0cfeb09b7fab673233c4da.tar.bz2
aports-207941559ddce18b7b0cfeb09b7fab673233c4da.tar.xz
community/rust: upgrade to 1.26.0
Also switch to LLVM 5. Upstream switched right to LLVM 6, but we don't have it yet.
Diffstat (limited to 'community/rust/llvm-with-ffi.patch')
-rw-r--r--community/rust/llvm-with-ffi.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/rust/llvm-with-ffi.patch b/community/rust/llvm-with-ffi.patch
index 42b0895e75..b3dd209dc9 100644
--- a/community/rust/llvm-with-ffi.patch
+++ b/community/rust/llvm-with-ffi.patch
@@ -7,9 +7,9 @@ https://github.com/rust-lang/rust/issues/34486.
--- a/src/librustc_llvm/lib.rs
+++ b/src/librustc_llvm/lib.rs
-@@ -432,3 +432,6 @@
- mod llvmdeps {
- include! { env!("CFG_LLVM_LINKAGE_FILE") }
+@@ -422,3 +422,6 @@
+ }
+ }
}
+
+#[link(name = "ffi")]