From: <abe...@us...> - 2016-03-06 13:24:45
|
Revision: 7572 http://sourceforge.net/p/astlinux/code/7572 Author: abelbeck Date: 2016-03-06 13:24:42 +0000 (Sun, 06 Mar 2016) Log Message: ----------- zabbix, use the standard configure commands, the resulting config.log has no functional change Modified Paths: -------------- branches/1.0/package/zabbix/zabbix.mk Modified: branches/1.0/package/zabbix/zabbix.mk =================================================================== --- branches/1.0/package/zabbix/zabbix.mk 2016-03-06 00:18:38 UTC (rev 7571) +++ branches/1.0/package/zabbix/zabbix.mk 2016-03-06 13:24:42 UTC (rev 7572) @@ -9,6 +9,7 @@ ZABBIX_SITE = http://downloads.sourceforge.net/sourceforge/zabbix ZABBIX_CONF_OPT = \ + --disable-static \ --enable-agent \ --enable-ipv6 @@ -31,21 +32,6 @@ endif endif -define ZABBIX_CONFIGURE_CMDS - (cd $(@D); \ - $(TARGET_CONFIGURE_ARGS) \ - $(TARGET_CONFIGURE_OPTS) \ - ./configure \ - --target=$(GNU_TARGET_NAME) \ - --host=$(GNU_TARGET_NAME) \ - --build=$(GNU_HOST_NAME) \ - --prefix=/usr \ - --exec-prefix=/usr \ - --sysconfdir=/etc \ - $(ZABBIX_CONF_OPT) \ - ) -endef - define ZABBIX_INSTALL_TARGET_CMDS $(INSTALL) -m 0755 -D $(@D)/src/zabbix_agent/zabbix_agentd $(TARGET_DIR)/usr/bin/zabbix_agentd if [ -f $(@D)/src/zabbix_proxy/zabbix_proxy ]; then \ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |