mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 15:13:51 +02:00
chroot-gcc: use CHROOT_READY for bootstrap pkgs.
This commit is contained in:
parent
f0246d3cc5
commit
1b3bc0c968
1 changed files with 1 additions and 4 deletions
|
@ -27,10 +27,7 @@ checksum="
|
||||||
create_wrksrc=yes
|
create_wrksrc=yes
|
||||||
bootstrap=yes
|
bootstrap=yes
|
||||||
|
|
||||||
if [ -z "$CROSS_BUILD" ]; then
|
if [ "$CHROOT_READY" ]; then
|
||||||
makedepends="chroot-binutils>=2.22.52.0.4"
|
|
||||||
fi
|
|
||||||
if [ -n "$IN_CHROOT" ]; then
|
|
||||||
hostmakedepends+=" perl flex"
|
hostmakedepends+=" perl flex"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue