mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-26 23:42:57 +02:00
chroot-texinfo: repair bootstrap build.
This commit is contained in:
parent
16f6021455
commit
288c5ea144
1 changed files with 3 additions and 0 deletions
|
@ -18,6 +18,9 @@ checksum=1303e91a1c752b69a32666a407e9fbdd6e936def4b09bc7de30f416301530d68
|
||||||
do_configure() {
|
do_configure() {
|
||||||
cp -f ${XBPS_CROSSPFDIR}/config.sub build-aux
|
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
|
./configure ${configure_args} --disable-nls
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue