From 1349fa675837a675ac4544af4528c94de6e0e25c Mon Sep 17 00:00:00 2001 From: Michael Marineau Date: Fri, 21 Feb 2014 21:08:23 -0800 Subject: [PATCH] fix(profiles): Add which to stage1 bootstrap. libseccomp calls which in its ./configure script so when building stage3 if which isn't already there the build will fail. This is quick fix. Reported upstream: https://bugs.gentoo.org/show_bug.cgi?id=502084 --- .../coreos-overlay/profiles/coreos/base/packages.build | 1 + 1 file changed, 1 insertion(+) diff --git a/sdk_container/src/third_party/coreos-overlay/profiles/coreos/base/packages.build b/sdk_container/src/third_party/coreos-overlay/profiles/coreos/base/packages.build index 92aece4f20..158c50349b 100644 --- a/sdk_container/src/third_party/coreos-overlay/profiles/coreos/base/packages.build +++ b/sdk_container/src/third_party/coreos-overlay/profiles/coreos/base/packages.build @@ -1,2 +1,3 @@ app-arch/lbzip2 +sys-apps/which sys-libs/nss-usrfiles