libarchive: switch to pkgconf

This commit is contained in:
Juan RP 2020-01-01 10:48:53 +01:00
parent f07fffc637
commit 6e0a598ef8
No known key found for this signature in database
GPG Key ID: AF19F6CB482F9368
1 changed files with 1 additions and 1 deletions

View File

@ -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() {