]> git.pld-linux.org Git - packages/rust.git/commitdiff
BR: llvm (llvm-dwp copied to rust-llvm-dwp during build)
authorJan Palus <atler@pld-linux.org>
Mon, 4 Oct 2021 19:23:48 +0000 (21:23 +0200)
committerJan Palus <atler@pld-linux.org>
Mon, 4 Oct 2021 19:25:51 +0000 (21:25 +0200)
rust.spec

index 3428d24992ff8927fd701f976bbd44474d1544e8..d71b34d74c22bb4268d853f35a6f32acdac7b56c 100644 (file)
--- a/rust.spec
+++ b/rust.spec
@@ -66,7 +66,10 @@ BuildRequires:       rpmbuild(macros) >= 1.752
 BuildRequires: curl-devel
 BuildRequires: libgit2-devel >= 1.1.0
 BuildRequires: libstdc++-devel
-%{?with_system_llvm:BuildRequires:     llvm-devel >= 10.0}
+%if %{with system_llvm}
+BuildRequires: llvm >= 10.0
+BuildRequires: llvm-devel >= 10.0
+%endif
 BuildRequires: openssl-devel >= 1.0.1
 BuildRequires: tar >= 1:1.22
 BuildRequires: xz
This page took 0.259735 seconds and 4 git commands to generate.