mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
musl: fix ldd symlink for multilib systems.
Also allows it to be called in any situation, not only when /usr/lib/libc.so is indeed musl. Not increasing revision, since this isn't an urgent fix.
This commit is contained in:
parent
cdfd0921d2
commit
b3dfaf148b
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ do_install() {
|
||||||
rm ${DESTDIR}/lib
|
rm ${DESTDIR}/lib
|
||||||
# provide ldd
|
# provide ldd
|
||||||
vmkdir usr/bin
|
vmkdir usr/bin
|
||||||
ln -s /usr/lib/libc.so ${DESTDIR}/usr/bin/ldd
|
ln -s ../lib${XBPS_TARGET_WORDSIZE}/libc.so ${DESTDIR}/usr/bin/ldd
|
||||||
# additional utils from Alpine/NetBSD
|
# additional utils from Alpine/NetBSD
|
||||||
vbin iconv
|
vbin iconv
|
||||||
vbin getent
|
vbin getent
|
||||||
|
|
Loading…
Add table
Reference in a new issue