summaryrefslogtreecommitdiff
path: root/package/runc
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-07-06 21:31:45 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-07-06 21:31:45 +0200
commitb8ea5ef41b24d7176541991814a215a4cba5e5e7 (patch)
treef1870518897e784594657c7b536360f493ef32c9 /package/runc
parente0115a1f4da127772467d780c0fb15c8a7752f07 (diff)
runc: add missing dependency on host-pkgconf
runc uses pkg-config to detect libseccomp, so we need to depend on it. Fixes: http://autobuild.buildroot.net/results/72f1cf194843b8519a3ebf213cdbf06873809055/ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/runc')
-rw-r--r--package/runc/runc.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/runc/runc.mk b/package/runc/runc.mk
index 6a0c88ce9..c4e75dd0a 100644
--- a/package/runc/runc.mk
+++ b/package/runc/runc.mk
@@ -25,7 +25,7 @@ RUNC_GOTAGS = cgo static_build
ifeq ($(BR2_PACKAGE_LIBSECCOMP),y)
RUNC_GOTAGS += seccomp
-RUNC_DEPENDENCIES += libseccomp
+RUNC_DEPENDENCIES += libseccomp host-pkgconf
endif
define RUNC_CONFIGURE_CMDS