From f44eab7801c8b11e658dcad1c42267ce3086664f Mon Sep 17 00:00:00 2001 From: Geoff Levand Date: Mon, 11 Jul 2016 14:19:18 -0700 Subject: [PATCH] app-emulation/rkt: Remove go environment settings rkt now uses configure to set the go build environment, so remove the setting of those variables from the ebuild. Signed-off-by: Geoff Levand --- .../coreos-overlay/app-emulation/rkt/rkt-9999.ebuild | 6 ------ 1 file changed, 6 deletions(-) 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 b3b8269e73..ee6a585c2c 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 @@ -112,12 +112,6 @@ src_configure() { append-ldflags -nopie fi - export CC=$(tc-getCC) - export CGO_ENABLED=1 - export CGO_CFLAGS="${CFLAGS}" - export CGO_CPPFLAGS="${CPPFLAGS}" - export CGO_CXXFLAGS="${CXXFLAGS}" - export CGO_LDFLAGS="${LDFLAGS}" export BUILDDIR export V=1