[Dovecot] Patch for 0.99.10.8
I uploaded 0.99.10.8 to Debian but I needed the patch below to get it to compile. --- dovecot-0.99.10.8.orig/src/auth/db-mysql.h +++ dovecot-0.99.10.8/src/auth/db-mysql.h @@ -1,7 +1,8 @@ #ifndef __DB_MYSQL_H #define __DB_MYSQL_H -#include <mysql.h> +#include <mysql/mysql.h> +#include <mysql/errmsg.h> struct mysql_connection; struct mysql_request; -- Jaldhar H. Vyas <jaldhar@debian.org> La Salle Debain - http://www.braincells.com/debian/
On 30.7.2004, at 16:54, Jaldhar H. Vyas wrote:
I uploaded 0.99.10.8 to Debian but I needed the patch below to get it to compile.
-#include <mysql.h> +#include <mysql/mysql.h> +#include <mysql/errmsg.h>
configure script was supposed to add -I /usr/include/mysql to AUTH_CFLAGS then..
On Fri, 30 Jul 2004, Timo Sirainen wrote:
configure script was supposed to add -I /usr/include/mysql to AUTH_CFLAGS then..
Yes, actually it seems you can get away with the mysql/ but errmsg.h still needs to be included.
-- Jaldhar H. Vyas <jaldhar@debian.org> La Salle Debain - http://www.braincells.com/debian/
On 30.7.2004, at 17:21, Jaldhar H. Vyas wrote:
On Fri, 30 Jul 2004, Timo Sirainen wrote:
configure script was supposed to add -I /usr/include/mysql to AUTH_CFLAGS then..
Yes, actually it seems you can get away with the mysql/ but errmsg.h still needs to be included.
Yes .. Looks like I removed it accidentally. Well, I guess it's time for .9 soon :)
participants (2)
-
Jaldhar H. Vyas
-
Timo Sirainen