[Dovecot] 1.0.1 release candidate 2
Timo Sirainen
tss at iki.fi
Mon Jun 11 22:54:19 EEST 2007
On Mon, 2007-06-11 at 14:44 -0500, Brett Morrow wrote:
> Trying to compile on Solaris 10 - X86_64 with Sun Studio 12.
>
> ./configure --without-ssl
..
> ssl_parameter_process_destroyed
> current : function(long) returning void
> previous: function(_Bool) returning void : "ssl-init.h", line 6
Oh, it doesn't compile without SSL. Thanks!
This fixes it:
diff -r 84994704291b src/master/ssl-init.c
--- a/src/master/ssl-init.c Sun Jun 10 22:39:47 2007 +0300
+++ b/src/master/ssl-init.c Mon Jun 11 22:52:53 2007 +0300
@@ -168,7 +168,7 @@ void ssl_deinit(void)
#else
-void ssl_parameter_process_destroyed(pid_t pid __attr_unused__) {}
+void ssl_parameter_process_destroyed(bool abnormal_exit
__attr_unused__) {}
void ssl_check_parameters_file(void) {}
void ssl_init(void) {}
void ssl_deinit(void) {}
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
Url : http://dovecot.org/pipermail/dovecot/attachments/20070611/b3c601fb/attachment-0001.bin
More information about the dovecot
mailing list