diff --git a/sdk_container/src/third_party/portage-stable/app-emulation/docker/docker-0.7.0.ebuild b/sdk_container/src/third_party/portage-stable/app-emulation/docker/docker-0.7.0.ebuild index ad9dbbb5b9..29532ca0fa 100644 --- a/sdk_container/src/third_party/portage-stable/app-emulation/docker/docker-0.7.0.ebuild +++ b/sdk_container/src/third_party/portage-stable/app-emulation/docker/docker-0.7.0.ebuild @@ -101,6 +101,8 @@ src_compile() { export GOPATH="$GOPATH:$(pwd -P)/vendor" # time to build! + export CGO_CFLAGS="-I${ROOT}/usr/include" + export CGO_LDFLAGS="-L${ROOT}/usr/lib" ./hack/make.sh dynbinary || die if use doc; then