Fix libc++ requires
OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/llvm?expand=0&rev=474
This commit is contained in:
parent
4c9c3d8dee
commit
390c08af3a
@ -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}
|
||||
|
Loading…
x
Reference in New Issue
Block a user