xbps-src: force reconfiguration of base-directories in sysroot.
... otherwise some required symlinks in sysroot aren't created, and this seems to be required when cross compiling for i686.
This commit is contained in:
parent
fbcf8c0694
commit
313cdf6ee6
2 changed files with 2 additions and 4 deletions
|
@ -47,6 +47,8 @@ prepare_cross_sysroot() {
|
|||
msg_error "cannot continue due to errors above\n"
|
||||
fi
|
||||
rm -f $errlog
|
||||
# Create top level symlinks in sysroot.
|
||||
XBPS_ARCH=$XBPS_TARGET_ARCH xbps-reconfigure -r $XBPS_CROSS_BASE -f base-directories
|
||||
|
||||
return 0
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue