|
From: <abe...@us...> - 2011-10-21 19:37:26
|
Revision: 5224
http://astlinux.svn.sourceforge.net/astlinux/?rev=5224&view=rev
Author: abelbeck
Date: 2011-10-21 19:37:18 +0000 (Fri, 21 Oct 2011)
Log Message:
-----------
zabbix, redo cross-compile long-long patch
Added Paths:
-----------
branches/1.0/package/zabbix/zabbix-configure-long-long.patch
Removed Paths:
-------------
branches/1.0/package/zabbix/zabbix-configure2.patch
Added: branches/1.0/package/zabbix/zabbix-configure-long-long.patch
===================================================================
--- branches/1.0/package/zabbix/zabbix-configure-long-long.patch (rev 0)
+++ branches/1.0/package/zabbix/zabbix-configure-long-long.patch 2011-10-21 19:37:18 UTC (rev 5224)
@@ -0,0 +1,13 @@
+--- zabbix-1.8.8/configure.in.orig 2011-10-21 14:29:24.000000000 -0500
++++ zabbix-1.8.8/configure.in 2011-10-21 14:30:34.000000000 -0500
+@@ -886,7 +886,9 @@
+ ],
+ AC_DEFINE(HAVE_LONG_LONG_QU, 1 ,[Define to 1 if format '%qu' exists.])
+ AC_MSG_RESULT(yes),
+-AC_MSG_RESULT(no))
++AC_MSG_RESULT(no),
++AC_DEFINE(HAVE_LONG_LONG_QU, 1 ,[Define to 1 if format '%qu' exists.])
++AC_MSG_RESULT(yes))
+
+ dnl option -rdynamic is needed for readable backtraces
+ AC_MSG_CHECKING(for -rdynamic linking option)
Deleted: branches/1.0/package/zabbix/zabbix-configure2.patch
===================================================================
--- branches/1.0/package/zabbix/zabbix-configure2.patch 2011-10-21 18:21:41 UTC (rev 5223)
+++ branches/1.0/package/zabbix/zabbix-configure2.patch 2011-10-21 19:37:18 UTC (rev 5224)
@@ -1,13 +0,0 @@
---- zabbix-1.4.5.orig/configure.in
-+++ zabbix-1.4.5/configure.in
-@@ -127,7 +127,9 @@ int main()
- ],
- AC_DEFINE(HAVE_LONG_LONG_QU, 1 ,[Define to 1 if format '%qu' exists.])
- AC_MSG_RESULT(yes),
--AC_MSG_RESULT(no))
-+AC_MSG_RESULT(no),
-+AC_DEFINE(HAVE_LONG_LONG_QU, 1 ,[Define to 1 if format '%qu' exists.])
-+AC_MSG_RESULT(yes))
-
- dnl Check for socklen_t
- AC_MSG_CHECKING(for socklen_t)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|