libarchive: switch to pkgconf
This commit is contained in:
parent
f07fffc637
commit
6e0a598ef8
|
@ -24,7 +24,7 @@ build_options="acl expat lzo lz4 ssl zstd"
|
|||
build_options_default="acl ssl lz4 zstd"
|
||||
|
||||
if [ "$CHROOT_READY" ]; then
|
||||
hostmakedepends="automake libtool pkg-config"
|
||||
hostmakedepends="automake libtool pkgconf"
|
||||
fi
|
||||
|
||||
pre_configure() {
|
||||
|
|
Loading…
Reference in New Issue