diff options
-rw-r--r-- | package/runc/runc.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/runc/runc.mk b/package/runc/runc.mk index ef151ede25..661872c962 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 |