From fb316890a08f7f336edf3a598ee73aad109668a0 Mon Sep 17 00:00:00 2001 From: Konrad Kleine Date: Mon, 5 Dec 2022 17:16:58 +0100 Subject: [PATCH] Disable bundling of compat libs Resolves: rhbz#2119296 --- llvm.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm.spec b/llvm.spec index daff891..a47970c 100644 --- a/llvm.spec +++ b/llvm.spec @@ -11,7 +11,7 @@ %endif %bcond_with compat_build -%bcond_without bundle_compat_lib +%bcond_with bundle_compat_lib %bcond_without check %if %{with bundle_compat_lib}