xbps-src: require automake, libtool and pkg-config in the host for bootstrap.

This fixes bootstrapping of libarchive. Close #4516.
This commit is contained in:
Juan RP 2016-07-28 08:02:37 +02:00
parent cf946a4021
commit a5e248c730
2 changed files with 5 additions and 2 deletions

View file

@ -446,7 +446,7 @@ umask 022
#
# Required utilities in host system for the bootstrap target.
readonly REQHOST_UTILS_BOOTSTRAP="make gawk bash bison sed gcc g++ msgfmt makeinfo \
perl tar xz gzip bzip2 patch flex"
perl tar xz gzip bzip2 patch flex automake libtool pkg-config"
# Required utilities in host system for chroot ops.
readonly REQHOST_UTILS="xbps-install xbps-query xbps-rindex xbps-uhelper \