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:
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 \
|
||||
|
||||
Reference in New Issue
Block a user