From 987f544f51f82c72c2b0f4463243aeadde1402b0 Mon Sep 17 00:00:00 2001 From: Geoff Levand Date: Mon, 11 Jul 2016 14:19:18 -0700 Subject: [PATCH] app-emulation/rkt: Increase build verbosity To aid in debugging build problems build rkt with V=1. Signed-off-by: Geoff Levand --- .../third_party/coreos-overlay/app-emulation/rkt/rkt-9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/sdk_container/src/third_party/coreos-overlay/app-emulation/rkt/rkt-9999.ebuild b/sdk_container/src/third_party/coreos-overlay/app-emulation/rkt/rkt-9999.ebuild index 6039c0af97..b3b8269e73 100644 --- a/sdk_container/src/third_party/coreos-overlay/app-emulation/rkt/rkt-9999.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/app-emulation/rkt/rkt-9999.ebuild @@ -119,6 +119,7 @@ src_configure() { export CGO_CXXFLAGS="${CXXFLAGS}" export CGO_LDFLAGS="${LDFLAGS}" export BUILDDIR + export V=1 autotools-utils_src_configure }