From 247b4de140fd414ba58f7f6a853c1a8fb96a3a7e64b25a70e196c4e83320247c Mon Sep 17 00:00:00 2001 From: Luke Jones Date: Mon, 5 Nov 2018 19:21:27 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/devel:languages:rust/rust?expand=0&rev=164 --- rust.changes | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rust.changes b/rust.changes index bcfb3d6..0ca6566 100644 --- a/rust.changes +++ b/rust.changes @@ -1,9 +1,9 @@ ------------------------------------------------------------------- Sun Nov 4 22:12:42 UTC 2018 - Luke Jones -- Patch: require patching of src/librustc_llvm/build.rs to ignore - a flag that llvm-config --cxxflags outputs which GCC doesn't - recognise. +- Add ignore-Wstring-conversion.patch: we require patching of + src/librustc_llvm/build.rs to ignore a flag that + llvm-config --cxxflags outputs which GCC doesn't recognise. - Default to building using the distro LLVM where the version is >= 5.0, instead of the Rust bundled LLVM which requires compilation. This should decrease build times. SLE LLVM is too old.