mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 21:24:31 +04:00
docker: fix compilation with glibc
Signed-off-by: Liang Yang <ggg17226@gmail.com>
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user