runc: pass -extldflags '-static' in correct variable
commit9101ce5800
(runc: pass -extldflags '-static' on when BR2_STATIC_LIBS=y) contained a small copy/paste error, FLANNEL_GLDFLAGS was used instead of RUNC_GLDFLAGS. [Peter: refer to exact commit] Signed-off-by: Fabrice Fontaine <fabrice.fontaine@orange.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com> (cherry picked from commitb97e3c94a9
)
This commit is contained in:
parent
af96b7fd09
commit
c54287b527
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user