File fix-remove-go_get.patch of Package opensnitch
--- a/daemon/Makefile +++ b/daemon/Makefile @@ -12,8 +12,7 @@ install: @systemctl daemon-reload opensnitchd: $(SRC) - @go get - @go build -o opensnitchd . + go build -v -ldflags="-linkmode=external -buildid=" -o opensnitchd . clean: @rm -rf opensnitchd