chroot-gcc: really fix cross build (use hostmakedepends).

This commit is contained in:
Juan RP 2013-04-16 18:34:38 +02:00
parent 5beb31dc6e
commit be09f1ced3

View file

@ -31,7 +31,7 @@ if [ -z "$CROSS_BUILD" ]; then
makedepends="chroot-binutils>=2.22.52.0.4"
fi
if [ -n "$IN_CHROOT" ]; then
makedepends+=" perl flex"
hostmakedepends+=" perl flex"
fi
pre_configure() {