From 0e650f7a866fdd2b2fedbadb5903f72ce77e6b33 Mon Sep 17 00:00:00 2001 From: CN_SZTL Date: Thu, 16 Jul 2020 20:03:36 +0800 Subject: [PATCH] syncthing: add GO_PKG_TAGS --- package/zxlhhyccc/syncthing/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package/zxlhhyccc/syncthing/Makefile b/package/zxlhhyccc/syncthing/Makefile index 686e848efb..c43609e70b 100644 --- a/package/zxlhhyccc/syncthing/Makefile +++ b/package/zxlhhyccc/syncthing/Makefile @@ -42,9 +42,10 @@ GO_PKG_LDFLAGS_X:= \ github.com/syncthing/syncthing/lib/build.User=ctcgfw \ github.com/syncthing/syncthing/lib/build.Host=project-openwrt \ github.com/syncthing/syncthing/lib/build.Program=syncthing +GO_PKG_TAGS:=noupgrade define Build/Compile - $(call GoPackage/Build/Compile,-tags noupgrade) + $(call GoPackage/Build/Compile) $(STAGING_DIR_HOST)/bin/upx --lzma --best $(GO_PKG_BUILD_BIN_DIR)/syncthing endef