From 390c08af3aa8d223b7269861734ca9d6f6d3cbbe430e4e6416e63bcd2d1cb187 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Fri, 9 Sep 2016 06:59:23 +0000 Subject: [PATCH] Fix libc++ requires OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/llvm?expand=0&rev=474 --- llvm.spec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/llvm.spec b/llvm.spec index 8d656bc..01aa1b6 100644 --- a/llvm.spec +++ b/llvm.spec @@ -148,7 +148,6 @@ Summary: CLANG frontend for LLVM Group: Development/Languages/Other # Avoid multiple provider errors Requires: libLTO%{_sonum} -Requires: libc++%{_socxx} Requires: libclang%{_sonum} Recommends: LLVMgold.so()(64bit) Recommends: scan-build @@ -157,7 +156,7 @@ Recommends: scan-view Recommends: libomp %endif %if %{with libcxx} -Recommends: libc++ +Requires: libc++%{_socxx} Recommends: libc++-devel %endif Provides: llvm-clang = %{version}