app-emulation/rkt: Increase build verbosity

To aid in debugging build problems build rkt with V=1.

Signed-off-by: Geoff Levand <geoff@infradead.org>
This commit is contained in:
Geoff Levand 2016-07-11 14:19:18 -07:00
parent 854d6aa45f
commit 987f544f51

View File

@ -119,6 +119,7 @@ src_configure() {
export CGO_CXXFLAGS="${CXXFLAGS}"
export CGO_LDFLAGS="${LDFLAGS}"
export BUILDDIR
export V=1
autotools-utils_src_configure
}