diff options
Diffstat (limited to 'community/rust/need-ssp_nonshared.patch')
-rw-r--r-- | community/rust/need-ssp_nonshared.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/community/rust/need-ssp_nonshared.patch b/community/rust/need-ssp_nonshared.patch new file mode 100644 index 0000000000..2a852400ab --- /dev/null +++ b/community/rust/need-ssp_nonshared.patch @@ -0,0 +1,11 @@ +--- rustc-1.41.0-src/src/libstd/build.rs.orig 2020-02-08 17:05:40.390387794 +0200 ++++ rustc-1.41.0-src/src/libstd/build.rs 2020-02-08 17:09:46.844426452 +0200 +@@ -11,6 +11,8 @@ + println!("cargo:rustc-link-lib=dl"); + println!("cargo:rustc-link-lib=rt"); + println!("cargo:rustc-link-lib=pthread"); ++ } else { ++ println!("cargo:rustc-link-lib=ssp_nonshared"); + } + } else if target.contains("freebsd") { + println!("cargo:rustc-link-lib=execinfo"); |