summaryrefslogtreecommitdiff
path: root/zabbix.spec
diff options
context:
space:
mode:
Diffstat (limited to 'zabbix.spec')
-rw-r--r--zabbix.spec8
1 files changed, 2 insertions, 6 deletions
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 -