summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--package/runc/runc.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/package/runc/runc.mk b/package/runc/runc.mk
index c4e75dd0a2..1396e0c7a2 100644
--- a/package/runc/runc.mk
+++ b/package/runc/runc.mk
@@ -15,7 +15,8 @@ RUNC_GOPATH = "$(@D)/Godeps/_workspace"
RUNC_MAKE_ENV = $(HOST_GO_TARGET_ENV) \
CGO_ENABLED=1 \
GOBIN="$(@D)/bin" \
- GOPATH="$(RUNC_GOPATH)"
+ GOPATH="$(RUNC_GOPATH)" \
+ PATH=$(BR_PATH)
RUNC_GLDFLAGS = \
-X main.gitCommit=$(RUNC_VERSION) \
OpenPOWER on IntegriCloud