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:
parent
cf946a4021
commit
a5e248c730
2 changed files with 5 additions and 2 deletions
2
xbps-src
2
xbps-src
|
@ -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 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue