From 6e0a598ef873781556437cc92f9dac617f00df7d Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 1 Jan 2020 10:48:53 +0100 Subject: [PATCH] libarchive: switch to pkgconf --- srcpkgs/libarchive/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/libarchive/template b/srcpkgs/libarchive/template index fd372a3da01..8fb24f0293d 100644 --- a/srcpkgs/libarchive/template +++ b/srcpkgs/libarchive/template @@ -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() {