mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-24 07:51:03 +02:00
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 <geoff@infradead.org>
This commit is contained in:
parent
987f544f51
commit
f44eab7801
@ -112,12 +112,6 @@ src_configure() {
|
|||||||
append-ldflags -nopie
|
append-ldflags -nopie
|
||||||
fi
|
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 BUILDDIR
|
||||||
export V=1
|
export V=1
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user