From d4b515679169f70cb0838352062ca1ae22311c47 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20R=C4=99korajski?= Date: Mon, 20 Nov 2017 01:44:27 +0100 Subject: [PATCH] - fixed build --- rust.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rust.spec b/rust.spec index 7237dec..3625f3f 100644 --- a/rust.spec +++ b/rust.spec @@ -177,7 +177,8 @@ test -f %{local_rust_root}/bin/rustc %endif # unbundle -%{__rm} -r src/jemalloc/ +# We're disabling jemalloc, but rust-src still wants it. +#%{__rm} -r src/jemalloc/ %{__rm} -r src/llvm/ # extract bundled licenses for packaging -- 2.44.0