From 920a8b1b569f7162e461d6e0a16841e928990580 Mon Sep 17 00:00:00 2001 From: Jan200101 Date: Mon, 14 Nov 2022 20:36:05 +0100 Subject: [PATCH] Install cmake modules for compat builds --- llvm.spec | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/llvm.spec b/llvm.spec index c471423..42565e7 100644 --- a/llvm.spec +++ b/llvm.spec @@ -418,10 +418,7 @@ rm %{buildroot}%{_bindir}/llvm-config%{exec_suffix} # ghost presence touch %{buildroot}%{_bindir}/llvm-config%{exec_suffix} -%if %{without compat_build} -cp -Rv ../cmake/Modules/* %{buildroot}%{_libdir}/cmake/llvm -%endif - +cp -Rv ../cmake/Modules/* %{buildroot}%{pkg_libdir}/cmake/llvm %check # Disable check section on arm due to some kind of memory related failure.