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.