glibc: create ld-linux (sf) symlink on any arm machine.
This commit is contained in:
parent
2975267e1b
commit
799a2fd6ad
1 changed files with 3 additions and 4 deletions
|
@ -105,10 +105,9 @@ do_install() {
|
||||||
rm -f ${DESTDIR}/etc/ld.so.cache
|
rm -f ${DESTDIR}/etc/ld.so.cache
|
||||||
|
|
||||||
# Create ld-linux.so.3 symlink for ARM.
|
# Create ld-linux.so.3 symlink for ARM.
|
||||||
if [ "$XBPS_TARGET_MACHINE" = "armv6l" ]; then
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
ln -sfr ${DESTDIR}/usr/lib/ld-linux-armhf.so.3 \
|
armv?l) ln -sfr ${DESTDIR}/usr/lib/ld-linux-armhf.so.3 ${DESTDIR}/usr/lib/ld-linux.so.3;;
|
||||||
${DESTDIR}/usr/lib/ld-linux.so.3
|
esac
|
||||||
fi
|
|
||||||
}
|
}
|
||||||
|
|
||||||
glibc-devel_package() {
|
glibc-devel_package() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue