From 1a987c939d1b8b2cc34af40b31974f3744041f3c Mon Sep 17 00:00:00 2001 From: milisbir Date: Tue, 21 Aug 2018 23:30:02 +0300 Subject: [PATCH] rust --- ...llvm-build-Force-link-against-libffi.patch | 32 ------------------- talimatname/genel/r/rust/talimat | 2 +- 2 files changed, 1 insertion(+), 33 deletions(-) delete mode 100644 talimatname/genel/r/rust/0001-librustc_llvm-build-Force-link-against-libffi.patch diff --git a/talimatname/genel/r/rust/0001-librustc_llvm-build-Force-link-against-libffi.patch b/talimatname/genel/r/rust/0001-librustc_llvm-build-Force-link-against-libffi.patch deleted file mode 100644 index 02d25e4e4..000000000 --- a/talimatname/genel/r/rust/0001-librustc_llvm-build-Force-link-against-libffi.patch +++ /dev/null @@ -1,32 +0,0 @@ -From 5dbc650a60ddb230f59e5a18ffd298b033566945 Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Johannes=20L=C3=B6thberg?= -Date: Thu, 20 Jul 2017 23:07:01 +0200 -Subject: [PATCH] librustc_llvm/build: Force link against libffi -MIME-Version: 1.0 -Content-Type: text/plain; charset=UTF-8 -Content-Transfer-Encoding: 8bit - -`llvm-config --libs` doesn't output libffi in many cases. Fixing it -turned out to take quite a bit of effort, so force libffi linking in -here for now. - -Signed-off-by: Johannes Löthberg ---- - src/librustc_llvm/build.rs | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/src/librustc_llvm/build.rs b/src/librustc_llvm/build.rs -index 3f0f536960..7dc0c40c9d 100644 ---- a/src/librustc_llvm/build.rs -+++ b/src/librustc_llvm/build.rs -@@ -220,6 +220,7 @@ fn main() { - }; - println!("cargo:rustc-link-lib={}={}", kind, name); - } -+ println!("cargo:rustc-link-lib=dylib=ffi"); - - // LLVM ldflags - // --- -2.13.3 - diff --git a/talimatname/genel/r/rust/talimat b/talimatname/genel/r/rust/talimat index 091405faa..01925ec05 100644 --- a/talimatname/genel/r/rust/talimat +++ b/talimatname/genel/r/rust/talimat @@ -1,7 +1,7 @@ # Tanım: Mozilla tarafından güvenli, eşzamanlı, pratik bir dil. # URL: http://www.rust-lang.org/ # Paketçi: milisarge -# Gerekler: libffi python jemalloc cmake ccache ninja +# Gerekler: libffi python jemalloc cmake ccache ninja libunwind # Grup: geliştirme isim=rust