View | Details | Raw Unified | Return to bug 251273
Collapse All | Expand All

(-)dns/encrypted-dns-server/files/patch-cargo-crates_libsodium-sys-stable-1.19.11_build.rs (+10 lines)
Line 0 Link Here
1
--- cargo-crates/libsodium-sys-stable-1.19.11/build.rs.orig     2020-11-19 15:20:25 UTC
2
+++ cargo-crates/libsodium-sys-stable-1.19.11/build.rs
3
@@ -214,6 +214,7 @@ fn make_libsodium(target: &str, source_dir: &Path, ins
4
         cross_compiling = true;
5
         help = "";
6
     } else {
7
+        cflags += " -fuse-ld=lld";
8
         if target.contains("i686") {
9
             compiler += " -m32 -maes";
10
             cflags += " -march=i686 -fuse-ld=lld";

Return to bug 251273