diff --git a/mosdns/Makefile b/mosdns/Makefile index c4a68f1..6e68bc7 100644 --- a/mosdns/Makefile +++ b/mosdns/Makefile @@ -36,7 +36,7 @@ define Package/mosdns DEPENDS:=$(GO_ARCH_DEPENDS) +ca-bundle endef -GO_PKG_TARGET_VARS:=$(filter-out CGO_ENABLED=%,$(GO_PKG_TARGET_VARS)) CGO_ENABLED=0 +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)) diff --git a/v2dat/Makefile b/v2dat/Makefile index 29f5d22..d0fd37a 100644 --- a/v2dat/Makefile +++ b/v2dat/Makefile @@ -36,7 +36,7 @@ define Package/v2dat DEPENDS:=$(GO_ARCH_DEPENDS) endef -GO_PKG_TARGET_VARS:=$(filter-out CGO_ENABLED=%,$(GO_PKG_TARGET_VARS)) CGO_ENABLED=0 +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))