From 03f5ed744613ba1b035e1a5eed45366cc9f570c1 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 21 Apr 2015 17:39:11 +0200 Subject: [PATCH] xbps: require pkg-config in the host, even for the bootstrap build. Close #1359 --- srcpkgs/xbps/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/xbps/template b/srcpkgs/xbps/template index 317fc3ce268..e0e91c9c47e 100644 --- a/srcpkgs/xbps/template +++ b/srcpkgs/xbps/template @@ -9,11 +9,12 @@ maintainer="Juan RP " homepage="https://github.com/voidlinux/xbps" license="2-clause-BSD" +hostmakedepends="pkg-config" makedepends="zlib-devel libressl-devel libarchive-devel" depends="xbps-triggers" if [ "$CHROOT_READY" ]; then - hostmakedepends="git pkg-config" + hostmakedepends+=" git" makedepends+=" atf-devel" xbps-tests_package() { short_desc+=" - Kyua testsuite"