All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [git commit] runc: add missing dependency on host-pkgconf
@ 2016-07-06 19:31 Thomas Petazzoni
  0 siblings, 0 replies; only message in thread
From: Thomas Petazzoni @ 2016-07-06 19:31 UTC (permalink / raw)
  To: buildroot

commit: https://git.buildroot.net/buildroot/commit/?id=b8ea5ef41b24d7176541991814a215a4cba5e5e7
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

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>
---
 package/runc/runc.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/runc/runc.mk b/package/runc/runc.mk
index 6a0c88c..c4e75dd 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

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2016-07-06 19:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-07-06 19:31 [Buildroot] [git commit] runc: add missing dependency on host-pkgconf Thomas Petazzoni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.