- Bring back /lib64/lp64d for riscv64
This commit is contained in:
parent
eede5b19be
commit
0b5705690e
@ -1591,7 +1591,7 @@ done
|
||||
# Make these be symlinks to /usr/lib64. See:
|
||||
# Make these be symlinks to /lib64 or /usr/lib64 respectively. See:
|
||||
# https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/thread/DRHT5YTPK4WWVGL3GIN5BF2IKX2ODHZ3/
|
||||
for d in %{glibc_sysroot}%{_libdir}; do
|
||||
for d in %{glibc_sysroot}%{_libdir} %{glibc_sysroot}/%{_lib}; do
|
||||
mkdir -p $d
|
||||
(cd $d && ln -sf . lp64d)
|
||||
done
|
||||
@ -2511,6 +2511,7 @@ update_gconv_modules_cache ()
|
||||
%changelog
|
||||
* Thu Feb 27 2025 Eduard Abdullin <eabdullin@almalinux.org> - 2.39-37.alma.2
|
||||
- Add /usr/lib64/lp64d to ricv64
|
||||
- Bring back /lib64/lp64d for riscv64
|
||||
|
||||
* Tue Feb 11 2025 Eduard Abdullin <eabdullin@almalinux.org> - 2.39-37.alma.1
|
||||
- Overwrite target for x86_64_v2
|
||||
|
Loading…
Reference in New Issue
Block a user