1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-17 04:44:10 +02:00

dockerd: fix compilation with glibc

Signed-off-by: Liang Yang <ggg17226@gmail.com>
(cherry picked from commit 9963312067)
This commit is contained in:
Liang Yang 2022-05-01 01:30:47 +08:00 committed by Rosen Penev
parent 8905f9808d
commit 5af6f2592e

View File

@ -63,6 +63,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)
# $(1) = path to dependent package 'Makefile'
# $(2) = relevant dependency '.installer' file