mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 08:33:51 +02:00
cross-arm-linux-musleabihf: clean up libdir handling
This commit is contained in:
parent
438a1e96ad
commit
db3bee8893
1 changed files with 4 additions and 0 deletions
|
@ -238,6 +238,8 @@ do_build() {
|
||||||
ln -sfr ${_sysroot}/usr/${f} ${_sysroot}/${f}
|
ln -sfr ${_sysroot}/usr/${f} ${_sysroot}/${f}
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
ln -sf lib ${_sysroot}/usr/lib32
|
||||||
|
ln -sf usr/lib ${_sysroot}/lib32
|
||||||
|
|
||||||
_binutils_build
|
_binutils_build
|
||||||
_gcc_bootstrap
|
_gcc_bootstrap
|
||||||
|
@ -257,6 +259,8 @@ do_install() {
|
||||||
${DESTDIR}/${_sysroot}/${f}
|
${DESTDIR}/${_sysroot}/${f}
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
ln -sf lib ${DESTDIR}/${_sysroot}/usr/lib32
|
||||||
|
ln -sf usr/lib ${DESTDIR}/${_sysroot}/lib32
|
||||||
|
|
||||||
# install linux API headers
|
# install linux API headers
|
||||||
cd ${wrksrc}/linux-${_linux_version}
|
cd ${wrksrc}/linux-${_linux_version}
|
||||||
|
|
Loading…
Add table
Reference in a new issue