mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-19 07:37:01 +02:00
chroot-git: add gettext and tar to hostmakedepends
This commit is contained in:
parent
0e594117c1
commit
5cf681dc89
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue