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
Add a link
Reference in a new issue