From 30a3cf66b50117ad3541c3e7b25db4c751ceb526 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Thu, 24 Aug 2023 22:18:01 +0000 Subject: automatic import of zabbix --- zabbix.spec | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'zabbix.spec') diff --git a/zabbix.spec b/zabbix.spec index 50021a3..6d12b64 100644 --- a/zabbix.spec +++ b/zabbix.spec @@ -1,7 +1,7 @@ %global srcname zabbix Name: zabbix -Version: 6.0.20 +Version: 6.0.21 Release: 1 Summary: The Enterprise-class open source monitoring solution License: GPLv2 @@ -321,14 +321,10 @@ common_flags=" # Setup out of tree builds %global _configure ../configure -%if %{with java} -export CLASSPATH=$(build-classpath junit slf4j-api logback-core logback-classic android-json) -%endif - # Frontend doesn't work for SQLite, thus don't build server mkdir -p build-frontend cd build-frontend -%configure $common_flags --enable-agent --with-sqlite3 %{?with_go:--enable-agent2} %{?with_java:--enable-java} +%configure $common_flags --enable-agent --with-sqlite3 %make_build cd - -- cgit v1.2.3