From 6750c4fcdd6c86ee4f1d2f903ccfea6aba3591e6 Mon Sep 17 00:00:00 2001 From: Cody P Schafer Date: Wed, 26 Aug 2015 11:26:17 -0400 Subject: [PATCH] rust: disable llvm-version-check, we use the submodule llvm so it had better work --- recipes/rust/rust.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes/rust/rust.inc b/recipes/rust/rust.inc index b774d35..0f109c5 100644 --- a/recipes/rust/rust.inc +++ b/recipes/rust/rust.inc @@ -311,6 +311,7 @@ do_configure () { "--enable-debuginfo" \ "--enable-optimize" \ "--enable-optimize-cxx" \ + "--disable-llvm-version-check" \ "--llvm-root=${llvmdir}" \ "--enable-optimize-tests" \ "--prefix=${prefix}" \