diff --git a/mosdns/Makefile b/mosdns/Makefile index 6e68bc7..7d1f6ff 100644 --- a/mosdns/Makefile +++ b/mosdns/Makefile @@ -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 diff --git a/v2dat/Makefile b/v2dat/Makefile index a9fabfa..cbf9aea 100644 --- a/v2dat/Makefile +++ b/v2dat/Makefile @@ -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