mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
make: add tar to hostmakedepends
This commit is contained in:
parent
336bf73eea
commit
0e594117c1
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ patch_args="-Np1"
|
||||||
|
|
||||||
# This should be temporary until upstream releases a new version with fixes
|
# This should be temporary until upstream releases a new version with fixes
|
||||||
if [ -n "$CHROOT_READY" ]; then
|
if [ -n "$CHROOT_READY" ]; then
|
||||||
hostmakedepends+=" automake gettext-devel pkg-config"
|
hostmakedepends+=" automake gettext-devel pkg-config tar"
|
||||||
fi
|
fi
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue