mirror of
https://abf.rosa.ru/djam/llvm12.git
synced 2025-02-23 23:32:50 +00:00
Fix symlinks
This commit is contained in:
parent
8a3ee911e7
commit
70e996cca8
1 changed files with 3 additions and 3 deletions
|
@ -27,7 +27,7 @@
|
|||
Summary: Low Level Virtual Machine (LLVM)
|
||||
Name: llvm
|
||||
Version: %{major_ver}.%{minor_ver}
|
||||
Release: 1
|
||||
Release: 2
|
||||
License: NCSA
|
||||
Group: Development/Other
|
||||
Url: http://llvm.org/
|
||||
|
@ -436,8 +436,8 @@ chmod 0755 %{buildroot}%{_bindir}/pollycc %{buildroot}%{_bindir}/pollyc++
|
|||
rm -f %{buildroot}%{_datadir}/clang/clang-format*
|
||||
|
||||
# Symlinks for libclang to maintain compatibility with the older releases.
|
||||
ln -s %{_libdir}/libclang.so.%{clang_major} %{buildroot}%{_libdir}/libclang-%{clang_major}.so
|
||||
ln -s %{_libdir}/libclang.so.%{clang_major} %{buildroot}%{_libdir}/libclang-%{clang_major}.%{minor_ver}.so
|
||||
ln -s %{_libdir}/libclang.so.%{maj_ver} %{buildroot}%{_libdir}/libclang-%{clang_major}.so
|
||||
ln -s %{_libdir}/libclang.so.%{maj_ver} %{buildroot}%{_libdir}/libclang-%{clang_major}.%{minor_ver}.so
|
||||
|
||||
# install clang-gcc-wrapper
|
||||
install -D -m 0644 %{SOURCE1011} %{buildroot}%{_datadir}/clang/
|
||||
|
|
Loading…
Add table
Reference in a new issue