golang: Add GO_PKG_TAGS for Go packages
authorJeffery To <jeffery.to@gmail.com>
Thu, 16 Jul 2020 03:55:15 +0000 (11:55 +0800)
committerPaul Spooren <mail@aparcar.org>
Thu, 16 Jul 2020 07:09:17 +0000 (21:09 -1000)
commit34a3e58a127feebf1f3eaf56ee1f9c8e0c80a58f
tree60106d0aa84e1720e8b61444fcf1043d19df9163
parent9694fb2987f36e8a18ba59f519edd22649ea2cc4
golang: Add GO_PKG_TAGS for Go packages

This adds a new Makefile variable, GO_PKG_TAGS, for Go packages. When
set, the value is passed as the parameter of the -tags option for 'go
install'.

This also updates syncthing to use this variable.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
lang/golang/golang-package.mk
utils/syncthing/Makefile