make: add tar to hostmakedepends

This commit is contained in:
Jürgen Buchmüller 2020-01-03 12:46:03 +01:00
parent 336bf73eea
commit 0e594117c1
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ patch_args="-Np1"
# This should be temporary until upstream releases a new version with fixes
if [ -n "$CHROOT_READY" ]; then
hostmakedepends+=" automake gettext-devel pkg-config"
hostmakedepends+=" automake gettext-devel pkg-config tar"
fi
pre_configure() {
autoreconf -fi