void-packages/srcpkgs/rust/patches/llvm-with-ffi.patch
Leah Neukirchen 2257b4b6a1 rust: update to 1.21.0.
Disable building docs for now, broken __rde_oom?
2017-10-16 14:51:57 +02:00

9 lines
192 B
Diff

--- rustc-1.21.0-src/src/librustc_llvm/lib.rs.orig
+++ rustc-1.21.0-src/src/librustc_llvm/lib.rs
@@ -425,3 +425,6 @@
}
}
}
+
+#[link(name = "ffi")]
+extern {}