mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-27 07:52:55 +02:00
musl: add ld-musl-mipsel.so.1 symlink (like in cross-*).
This commit is contained in:
parent
c2e176a112
commit
43f4a7f854
1 changed files with 3 additions and 0 deletions
|
@ -39,4 +39,7 @@ do_install() {
|
||||||
# Create xbps.d(5) arch override file
|
# Create xbps.d(5) arch override file
|
||||||
vmkdir usr/share/xbps.d
|
vmkdir usr/share/xbps.d
|
||||||
echo "architecture=${XBPS_TARGET_MACHINE}" > ${DESTDIR}/usr/share/xbps.d/musl-arch.conf
|
echo "architecture=${XBPS_TARGET_MACHINE}" > ${DESTDIR}/usr/share/xbps.d/musl-arch.conf
|
||||||
|
if [ "$XBPS_TARGET_MACHINE" = mipsel-musl ]; then
|
||||||
|
ln -s libc.so ${DESTDIR}/usr/lib/ld-musl-mipsel.so.1
|
||||||
|
fi
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue