zabbix: nocross until I solve that mess

This commit is contained in:
Jürgen Buchmüller 2020-07-24 08:12:07 +02:00
parent 4bc2bb3e2e
commit 506e078d35

View file

@ -5,7 +5,7 @@ revision=1
build_style=gnu-configure build_style=gnu-configure
configure_args="--with-gnutls --with-libcurl --with-libxml2=yes --with-net-snmp configure_args="--with-gnutls --with-libcurl --with-libxml2=yes --with-net-snmp
--with-mysql --enable-server --enable-ipv6 --with-ssh2 --enable-agent --with-mysql --enable-server --enable-ipv6 --with-ssh2 --enable-agent
--enable-proxy ac_cv_lib_xml2_xmlReadMemory=yes" --enable-proxy"
hostmakedepends="automake libtool pkg-config" hostmakedepends="automake libtool pkg-config"
makedepends="gnutls-devel libcurl-devel libxml2-devel libevent-devel makedepends="gnutls-devel libcurl-devel libxml2-devel libevent-devel
libmysqlclient-devel net-snmp-devel pcre-devel" libmysqlclient-devel net-snmp-devel pcre-devel"
@ -21,6 +21,7 @@ conf_files="/etc/zabbix_server.conf"
system_accounts="_zabbix_server" system_accounts="_zabbix_server"
system_groups="_zabbix_server" system_groups="_zabbix_server"
make_dirs="/var/log/zabbix-server 0750 _zabbix_server _zabbix_server" make_dirs="/var/log/zabbix-server 0750 _zabbix_server _zabbix_server"
nocross="Temporary: fails to find pkg-config"
if [ "$CROSS_BUILD" ]; then if [ "$CROSS_BUILD" ]; then
# configure scripts is bad at checking, problably runs code instead of # configure scripts is bad at checking, problably runs code instead of