]> git.pld-linux.org Git - packages/zabbix.git/commitdiff
Skip agent2 on x32 due lack of golang
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 24 Aug 2021 17:45:39 +0000 (20:45 +0300)
committerElan Ruusamäe <glen@pld-linux.org>
Tue, 24 Aug 2021 17:45:39 +0000 (20:45 +0300)
zabbix.spec

index ba83789eef22db8edc9aab26ef9316716528af15..da398ea168b54bd0831618b0875a8f688e430d29 100644 (file)
 %define databases %{?with_sqlite3:sqlite3} %{?with_pgsql:postgresql} %{?with_mysql:mysql}
 %define any_database %{with pgsql}%{with mysql}%{with sqlite3}
 
+%ifnarch %{ix86} %{x8664}
+%undefine      with_agent2
+%endif
+
 %define                php_min_version 7.2.5
 Summary:       Zabbix - network monitoring software
 Summary(pl.UTF-8):     Zabbix - oprogramowanie do monitorowania sieci
This page took 0.135693 seconds and 4 git commands to generate.