chroot-git: add gettext and tar to hostmakedepends

This commit is contained in:
Jürgen Buchmüller 2020-01-03 12:46:55 +01:00
parent 0e594117c1
commit 5cf681dc89

View file

@ -18,7 +18,7 @@ distfiles="https://www.kernel.org/pub/software/scm/git/git-${version}.tar.xz"
checksum=723f24dce8fdd621a308b6187553fce7d5244205c065fe0a3aebd0b7c3f88562
if [ "$CHROOT_READY" ]; then
hostmakedepends="perl"
hostmakedepends="perl gettext tar"
else
configure_args+=" --with-zlib=${XBPS_MASTERDIR}/usr"
fi