chroot-texinfo: repair bootstrap build.

This commit is contained in:
Juan RP 2014-04-28 11:53:07 +02:00
parent 16f6021455
commit 288c5ea144
1 changed files with 3 additions and 0 deletions

View File

@ -18,6 +18,9 @@ checksum=1303e91a1c752b69a32666a407e9fbdd6e936def4b09bc7de30f416301530d68
do_configure() {
cp -f ${XBPS_CROSSPFDIR}/config.sub build-aux
if [ -z "$CHROOT_READY" ]; then
export LDFLAGS="-L${XBPS_MASTERDIR}/usr/lib"
fi
./configure ${configure_args} --disable-nls
}