[Buildroot] [PATCH 11/11] runc: pass -extldflags '-static' in good variable

Fabrice Fontaine fontaine.fabrice at gmail.com
Wed Dec 21 18:50:46 UTC 2016


The modification made in http://patchwork.ozlabs.org/patch/652102
contained a small copy/paste error, FLANNEL_GLDFLAGS was used instead of
RUNC_GLDFLAGS.

Signed-off-by: Fabrice Fontaine <fabrice.fontaine at orange.com>
---
 package/runc/runc.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/runc/runc.mk b/package/runc/runc.mk
index ef151ed..661872c 100644
--- a/package/runc/runc.mk
+++ b/package/runc/runc.mk
@@ -22,7 +22,7 @@ RUNC_GLDFLAGS = \
 	-X main.gitCommit=$(RUNC_VERSION)
 
 ifeq ($(BR2_STATIC_LIBS),y)
-FLANNEL_GLDFLAGS += -extldflags '-static'
+RUNC_GLDFLAGS += -extldflags '-static'
 endif
 
 RUNC_GOTAGS = cgo static_build
-- 
2.5.0



More information about the buildroot mailing list