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)
committerEneas U de Queiroz <cotequeiroz@gmail.com>
Wed, 24 Feb 2021 19:12:58 +0000 (16:12 -0300)
commitcffae02037e21471e5a0fdc47b171aedbe926e8f
tree8ce8447911f13710cc5bfbea1faf7927a5d95923
parentb732157dec0be4d90aad5cec48056bd69939bb45
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>
net/tor-fw-helper/Makefile