From 25ccbb49aacad4f88b1a2b9465422c75cb1ace74 Mon Sep 17 00:00:00 2001 From: Beginner <70857188+Beginner-Go@users.noreply.github.com> Date: Fri, 16 Jul 2021 00:52:58 +0800 Subject: [PATCH] dnsproxy: remove unnecessary args (#7396) Go toolchain will scan the dependencies automatically. Signed-off-by: Tianling Shen Co-authored-by: Tianling Shen --- package/lean/dnsproxy/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/package/lean/dnsproxy/Makefile b/package/lean/dnsproxy/Makefile index 7b1433f3f..4a791cf9f 100644 --- a/package/lean/dnsproxy/Makefile +++ b/package/lean/dnsproxy/Makefile @@ -61,8 +61,6 @@ define Package/dnsproxy/description work as a DNS-over-HTTPS, DNS-over-TLS or DNS-over-QUIC server. endef -GO_PKG_INSTALL_ARGS+= -mod vendor - define Build/Compile $(call GoPackage/Build/Compile) ifeq ($(CONFIG_DNSPROXY_COMPRESS_UPX),y)