[packages/zabbix] Skip agent2 on x32 due lack of golang

glen glen at pld-linux.org
Tue Aug 24 19:45:53 CEST 2021


commit 7f6a3eeda6e48b923f4d0d5ea9b60aec41895b8f
Author: Elan Ruusamäe <glen at pld-linux.org>
Date:   Tue Aug 24 20:45:39 2021 +0300

    Skip agent2 on x32 due lack of golang

 zabbix.spec | 4 ++++
 1 file changed, 4 insertions(+)
---
diff --git a/zabbix.spec b/zabbix.spec
index ba83789..da398ea 100644
--- a/zabbix.spec
+++ b/zabbix.spec
@@ -15,6 +15,10 @@
 %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
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/zabbix.git/commitdiff/7f6a3eeda6e48b923f4d0d5ea9b60aec41895b8f



More information about the pld-cvs-commit mailing list