From 1b3bc0c968c0743d1672d00c3911c206541cd13c Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 23 Oct 2013 10:35:03 +0200 Subject: [PATCH] chroot-gcc: use CHROOT_READY for bootstrap pkgs. --- srcpkgs/chroot-gcc/template | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/srcpkgs/chroot-gcc/template b/srcpkgs/chroot-gcc/template index 9de10ea8769..a877332b1ea 100644 --- a/srcpkgs/chroot-gcc/template +++ b/srcpkgs/chroot-gcc/template @@ -27,10 +27,7 @@ checksum=" create_wrksrc=yes bootstrap=yes -if [ -z "$CROSS_BUILD" ]; then - makedepends="chroot-binutils>=2.22.52.0.4" -fi -if [ -n "$IN_CHROOT" ]; then +if [ "$CHROOT_READY" ]; then hostmakedepends+=" perl flex" fi