chroot-gcc: really fix cross build (use hostmakedepends).
This commit is contained in:
parent
5beb31dc6e
commit
be09f1ced3
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue