mirror of
git://slackware.nl/current.git
synced 2024-12-27 09:59:16 +01:00
a510225d2f
a/quota-4.09-x86_64-1.txz: Upgraded. d/parallel-20220922-noarch-1.txz: Upgraded. l/jemalloc-5.3.0-x86_64-2.txz: Rebuilt. Fixed version numbers in jemalloc.h. Thanks to Markus Wiesner. n/ca-certificates-20220922-noarch-1.txz: Upgraded. This update provides the latest CA certificates to check for the authenticity of SSL connections. testing/packages/rust-1.64.0-x86_64-1.txz: Added. We've found ourselves in a situation where Thunderbird requires the Rust compiler in /extra, and Firefox requires the one in the main tree (and can't use this one until Firefox 107 sometime in November), so we'll just park this here until we can use it.
11 lines
398 B
Diff
11 lines
398 B
Diff
--- ./compiler/rustc_llvm/build.rs.orig 2020-11-16 08:01:53.000000000 -0600
|
|
+++ ./compiler/rustc_llvm/build.rs 2020-11-19 13:46:21.222785372 -0600
|
|
@@ -234,6 +234,8 @@
|
|
println!("cargo:rustc-link-lib={}={}", kind, name);
|
|
}
|
|
|
|
+ println!("cargo:rustc-link-lib=dylib=ffi");
|
|
+
|
|
// LLVM ldflags
|
|
//
|
|
// If we're a cross-compile of LLVM then unfortunately we can't trust these
|