update 2024-02-27 23:48:06

This commit is contained in:
github-actions[bot] 2024-02-27 23:48:06 +08:00
parent 622ba0297b
commit a52bd1c549
2 changed files with 0 additions and 4 deletions

View File

@ -36,8 +36,6 @@ define Package/mosdns
DEPENDS:=$(GO_ARCH_DEPENDS) +ca-bundle
endef
GO_PKG_TARGET_VARS:=$(filter-out CGO_ENABLED=%,$(GO_PKG_TARGET_VARS)) CGO_ENABLED=1
define Package/mosdns/install
$(call GoPackage/Package/Install/Bin,$(1))
endef

View File

@ -38,8 +38,6 @@ define Package/v2dat
DEPENDS:=$(GO_ARCH_DEPENDS)
endef
GO_PKG_TARGET_VARS:=$(filter-out CGO_ENABLED=%,$(GO_PKG_TARGET_VARS)) CGO_ENABLED=1
define Package/v2dat/install
$(call GoPackage/Package/Install/Bin,$(1))
endef