mirror of
https://abf.rosa.ru/djam/glibc.git
synced 2025-02-23 15:02:47 +00:00
fix symlink destination on riscv64 after /usr merge
This commit is contained in:
parent
64e9db52ae
commit
07260ed9c4
1 changed files with 1 additions and 1 deletions
|
@ -1933,7 +1933,7 @@ mkdir -p %{buildroot}%{_libdir}
|
|||
# Compat symlink -- some versions of ld hardcoded /lib/ld-linux-aarch64.so.1
|
||||
# as dynamic loader
|
||||
mkdir -p %{buildroot}/lib
|
||||
ln -s ../lib64/ld-linux-riscv64-lp64d.so.1 %{buildroot}/lib/ld-linux-riscv64-lp64d.so.1
|
||||
ln -s ../usr/lib64/ld-linux-riscv64-lp64d.so.1 %{buildroot}/lib/ld-linux-riscv64-lp64d.so.1
|
||||
%endif
|
||||
|
||||
%ifarch %{x86_64}
|
||||
|
|
Loading…
Add table
Reference in a new issue