docker: fix compilation with glibc

Signed-off-by: Liang Yang <ggg17226@gmail.com>
(cherry picked from commit 624f48a602)
This commit is contained in:
Liang Yang 2022-05-01 01:29:20 +08:00 committed by Rosen Penev
parent 5af6f2592e
commit 9d2246b281
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@ endef
GO_PKG_BUILD_VARS += GO111MODULE=auto
TAR_OPTIONS:=--strip-components 1 $(TAR_OPTIONS)
TAR_CMD=$(HOST_TAR) -C $(1) $(TAR_OPTIONS)
TARGET_LDFLAGS += $(if $(CONFIG_USE_GLIBC),-lc -lgcc_eh)
define Build/Prepare
$(Build/Prepare/Default)