|
From: <abe...@us...> - 2014-11-12 18:10:10
|
Revision: 6824
http://sourceforge.net/p/astlinux/code/6824
Author: abelbeck
Date: 2014-11-12 18:10:01 +0000 (Wed, 12 Nov 2014)
Log Message:
-----------
zabbix, version bump to 2.2.7, remove long-long patch and no longer need to AUTORECONF
Modified Paths:
--------------
branches/1.0/package/zabbix/zabbix.mk
Removed Paths:
-------------
branches/1.0/package/zabbix/zabbix-configure-long-long.patch
Deleted: branches/1.0/package/zabbix/zabbix-configure-long-long.patch
===================================================================
--- branches/1.0/package/zabbix/zabbix-configure-long-long.patch 2014-11-12 16:50:09 UTC (rev 6823)
+++ branches/1.0/package/zabbix/zabbix-configure-long-long.patch 2014-11-12 18:10:01 UTC (rev 6824)
@@ -1,27 +0,0 @@
---- zabbix-2.2.3/configure.ac.orig 2012-08-28 16:44:23.000000000 -0500
-+++ zabbix-2.2.3/configure.ac 2012-08-28 16:50:02.000000000 -0500
-@@ -805,24 +805,6 @@
-
- dnl Check for %qu format (FreeBSD 4.x)
- dnl FreeBSD 4.x does not support %llu
--AC_MSG_CHECKING(for long long format)
--AC_TRY_RUN(
--[
--#include <sys/types.h>
--int main()
--{
-- uint64_t i;
--
-- sscanf("200000000010020", "%qu", &i);
--
-- if (i == 200000000010020) return 0;
-- else return -1;
--}
--],
--AC_DEFINE(HAVE_LONG_LONG_QU, 1 ,[Define to 1 if format '%qu' exists.])
--AC_MSG_RESULT(yes),
--AC_MSG_RESULT(no))
--
- dnl option -rdynamic is needed for readable backtraces
- AC_MSG_CHECKING(for -rdynamic linking option)
- saved_LDFLAGS="$LDFLAGS"
Modified: branches/1.0/package/zabbix/zabbix.mk
===================================================================
--- branches/1.0/package/zabbix/zabbix.mk 2014-11-12 16:50:09 UTC (rev 6823)
+++ branches/1.0/package/zabbix/zabbix.mk 2014-11-12 18:10:01 UTC (rev 6824)
@@ -4,10 +4,9 @@
#
#############################################################
-ZABBIX_VERSION = 2.2.4
+ZABBIX_VERSION = 2.2.7
ZABBIX_SOURCE = zabbix-$(ZABBIX_VERSION).tar.gz
ZABBIX_SITE = http://downloads.sourceforge.net/sourceforge/zabbix
-ZABBIX_AUTORECONF = YES
ZABBIX_CONF_OPT = \
--enable-agent \
@@ -22,7 +21,7 @@
ifeq ($(strip $(BR2_PACKAGE_CURL)),y)
ZABBIX_DEPENDENCIES += libcurl
ZABBIX_CONF_OPT += \
- --with-libcurl="$(STAGING_DIR)/usr" LIBCURL_LIBS="-lcurl"
+ --with-libcurl="$(STAGING_DIR)/usr/bin/curl-config"
endif
ifeq ($(strip $(BR2_PACKAGE_NETSNMP)),y)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|