From: Christian Stewart Date: Wed, 16 Dec 2020 08:00:09 +0000 (-0800) Subject: package/runc: fix version output ldflags X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9e12516f2aea1f2bc858ac16873a5ccfaeac752b;p=buildroot.git package/runc: fix version output ldflags Fix the ldflags specifying the version info for "version" command. Signed-off-by: Christian Stewart Signed-off-by: Thomas Petazzoni --- diff --git a/package/runc/runc.mk b/package/runc/runc.mk index c559244e83..45fe1442ad 100644 --- a/package/runc/runc.mk +++ b/package/runc/runc.mk @@ -9,7 +9,7 @@ RUNC_SITE = $(call github,opencontainers,runc,v$(RUNC_VERSION)) RUNC_LICENSE = Apache-2.0 RUNC_LICENSE_FILES = LICENSE -RUNC_LDFLAGS = -X main.gitCommit=$(RUNC_VERSION) +RUNC_LDFLAGS = -X main.version=$(RUNC_VERSION) RUNC_TAGS = cgo static_build ifeq ($(BR2_PACKAGE_LIBAPPARMOR),y)