[Dovecot] [PATCH] Dovecot 2.1 compiling fix for AIX
Hi,
I'm trying to build Dovecot 2.1.5 on AIX 6.1 and got the following build error:
$ ./configure ... $ make ... In file included from stats-connection.c:9: stats-plugin.h:14: error: field 'user_cpu' has incomplete type stats-plugin.h:14: error: field 'sys_cpu' has incomplete type ...
The attached patch fixes this problem.
-- -- Name: SATOH Fumiyasu (fumiyas @ osstech co jp) -- Business Home: http://www.OSSTech.co.jp/ -- Personal Home: https://github.com/fumiyas/
Revised patch. Sorry.
At Fri, 27 Apr 2012 16:20:28 +0900, SATOH Fumiyasu wrote:
I'm trying to build Dovecot 2.1.5 on AIX 6.1 and got the following build error:
$ ./configure ... $ make ... In file included from stats-connection.c:9: stats-plugin.h:14: error: field 'user_cpu' has incomplete type stats-plugin.h:14: error: field 'sys_cpu' has incomplete type ...
The attached patch fixes this problem.
-- -- Name: SATOH Fumiyasu (fumiyas @ osstech co jp) -- Business Home: http://www.OSSTech.co.jp/ -- Personal Home: https://github.com/fumiyas/
Committed: http://dovecot.org/pipermail/dovecot/2011-June/059987.html
On Fri, 2012-04-27 at 16:49 +0900, SATOH Fumiyasu wrote:
Revised patch. Sorry.
At Fri, 27 Apr 2012 16:20:28 +0900, SATOH Fumiyasu wrote:
I'm trying to build Dovecot 2.1.5 on AIX 6.1 and got the following build error:
$ ./configure ... $ make ... In file included from stats-connection.c:9: stats-plugin.h:14: error: field 'user_cpu' has incomplete type stats-plugin.h:14: error: field 'sys_cpu' has incomplete type ...
The attached patch fixes this problem.
participants (2)
-
SATOH Fumiyasu
-
Timo Sirainen