]> git.pld-linux.org Git - packages/zabbix.git/commitdiff
Disable agent2 (go needs vendoring)
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 24 Aug 2021 14:40:22 +0000 (17:40 +0300)
committerElan Ruusamäe <glen@pld-linux.org>
Tue, 24 Aug 2021 14:40:46 +0000 (17:40 +0300)
go: github.com/BurntSushi/locker@v0.0.0-20171006230638-a6e239ea1c69: Get "https://proxy.golang.org/github.com/%
21burnt%21sushi/locker/@v/v0.0.0-20171006230638-a6e239ea1c69.mod": dial tcp: lookup proxy.golang.org on [::1]:53: dial udp [::1]:53: connect: cannot assign requested address
make[2]: *** [Makefile:538: build] Error 1

zabbix.spec

index 208c6aab367171e422192a3c41b1c2a5b9fe17b4..e1c5e2ca78fd34abc524673a9cac224cfb456307 100644 (file)
@@ -10,7 +10,7 @@
 %bcond_without sqlite3 # enable sqlite3 support
 %bcond_without mysql   # enable MySQL support
 %bcond_without java    # disable java support
-%bcond_without agent2  # disable bulding of Go based agent2
+%bcond_with    agent2  # disable bulding of Go based agent2
 
 %define databases %{?with_sqlite3:sqlite3} %{?with_pgsql:postgresql} %{?with_mysql:mysql}
 %define any_database %{with pgsql}%{with mysql}%{with sqlite3}
This page took 0.027878 seconds and 4 git commands to generate.