make: add tar to hostmakedepends
This commit is contained in:
parent
336bf73eea
commit
0e594117c1
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue