diff options
author | CoprDistGit <infra@openeuler.org> | 2023-08-24 22:18:01 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-08-24 22:18:01 +0000 |
commit | 30a3cf66b50117ad3541c3e7b25db4c751ceb526 (patch) | |
tree | 0aac41154e40c9db3b396ab11887f048a95c1aeb /zabbix.spec | |
parent | d516352a45d3bae02cdf2e45f911bf284160f4e2 (diff) |
automatic import of zabbix
Diffstat (limited to 'zabbix.spec')
-rw-r--r-- | zabbix.spec | 8 |
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 - |