diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-17 12:18:30 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-17 12:18:30 +0000 |
commit | 637c3db19c24b32baf8f7d6f51bf7bfab7771f89 (patch) | |
tree | 50c71574fc7d8223c826e3f563c521c815ebb9d0 /debian/patches/d-rustc-add-soname.patch | |
parent | Merging upstream version 1.67.1+dfsg1. (diff) | |
download | rustc-637c3db19c24b32baf8f7d6f51bf7bfab7771f89.tar.xz rustc-637c3db19c24b32baf8f7d6f51bf7bfab7771f89.zip |
Adding debian version 1.67.1+dfsg1-1.debian/1.67.1+dfsg1-1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/patches/d-rustc-add-soname.patch')
-rw-r--r-- | debian/patches/d-rustc-add-soname.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/patches/d-rustc-add-soname.patch b/debian/patches/d-rustc-add-soname.patch index 277f431d2..cae59b5bc 100644 --- a/debian/patches/d-rustc-add-soname.patch +++ b/debian/patches/d-rustc-add-soname.patch @@ -26,7 +26,7 @@ using a GNU linker). --- a/compiler/rustc_codegen_ssa/src/back/link.rs +++ b/compiler/rustc_codegen_ssa/src/back/link.rs -@@ -2280,6 +2280,13 @@ +@@ -2241,6 +2241,13 @@ } add_rpath_args(cmd, sess, codegen_results, out_filename); |