tor-fw-helper: fix build with golang 1.16
authorEneas U de Queiroz <cotequeiroz@gmail.com>
Wed, 24 Feb 2021 18:37:43 +0000 (15:37 -0300)
committerJosef Schlehofer <pepe.schlehofer@gmail.com>
Fri, 26 Feb 2021 11:47:06 +0000 (12:47 +0100)
commit067f4b56b3ecacdd7efdf147dd4919cb0d7e7551
tree7ba4a7fd73a6233a872f558dd6591d9aadce4867
parentc33122dbd9d0cd8763a6f92c33b272106df6392d
tor-fw-helper: fix build with golang 1.16

Add GO111MODULE=auto to GO_PKG_BUILD_VARS to allow the package to be
built in non-module mode.

Module-aware mode will be mandatory in the next golang release.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
(cherry picked from commit cffae02037e21471e5a0fdc47b171aedbe926e8f)
net/tor-fw-helper/Makefile