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:
Juan RP 2015-04-15 12:23:07 +02:00
parent fbcf8c0694
commit 313cdf6ee6
2 changed files with 2 additions and 4 deletions

View file

@ -19,10 +19,6 @@ if [ -z "$CROSS_BUILD" ]; then
return 0
fi
if [ "$XBPS_TARGET_MACHINE" = "i686" ]; then
ln -sf lib ${XBPS_CROSS_BASE}/usr/lib32
fi
export configure_args+=" --host=$XBPS_CROSS_TRIPLET --with-sysroot=$XBPS_CROSS_BASE --with-libtool-sysroot=$XBPS_CROSS_BASE "
_AUTOCONFCACHEDIR=${XBPS_COMMONDIR}/environment/configure/autoconf_cache