aboutsummaryrefslogtreecommitdiffstats
path: root/community/rust/need-ssp_nonshared.patch
blob: 2a852400abf0497a14b1022e89c86fda3182efaf (plain)
1
2
3
4
5
6
7
8
9
10
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");