summaryrefslogtreecommitdiffstats
path: root/package/runc/runc.mk
diff options
context:
space:
mode:
Diffstat (limited to 'package/runc/runc.mk')
-rw-r--r--package/runc/runc.mk5
1 files changed, 2 insertions, 3 deletions
diff --git a/package/runc/runc.mk b/package/runc/runc.mk
index 0b51e11896..fb3fec20f5 100644
--- a/package/runc/runc.mk
+++ b/package/runc/runc.mk
@@ -4,7 +4,7 @@
#
################################################################################
-RUNC_VERSION = v1.0.0-rc4
+RUNC_VERSION = 9c2d8d184e5da67c95d601382adf14862e4f2228
RUNC_SITE = $(call github,opencontainers,runc,$(RUNC_VERSION))
RUNC_LICENSE = Apache-2.0
RUNC_LICENSE_FILES = LICENSE
@@ -38,8 +38,7 @@ define RUNC_CONFIGURE_CMDS
endef
define RUNC_BUILD_CMDS
- cd $(RUNC_GOPATH)/src/github.com/opencontainers/runc && \
- $(RUNC_MAKE_ENV) $(HOST_DIR)/bin/go \
+ cd $(@D) && $(RUNC_MAKE_ENV) $(HOST_DIR)/bin/go \
build -v -o $(@D)/bin/runc \
-tags "$(RUNC_GOTAGS)" -ldflags "$(RUNC_GLDFLAGS)" .
endef
OpenPOWER on IntegriCloud