Search
j0ke.net Open Build Service
>
Projects
>
ha
>
csync2
> csync2-1.34.99-gnutls.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File csync2-1.34.99-gnutls.patch of Package csync2 (Revision 26)
Currently displaying revision
26
,
show latest
--- update.c.orig 2010-07-27 19:44:37.465862066 +0200 +++ update.c 2010-07-27 19:44:47.497862215 +0200 @@ -70,7 +70,7 @@ if ( conn_open(peername) ) return -1; if ( use_ssl ) { -#if HAVE_LIBGNUTLS +#ifdef HAVE_LIBGNUTLS conn_printf("SSL\n"); if ( read_conn_status(0, peername) ) { csync_debug(1, "SSL command failed.\n"); --- config.h.in.orig 2010-07-27 20:02:37.974736774 +0200 +++ config.h.in 2010-07-27 20:02:47.594734776 +0200 @@ -9,6 +9,9 @@ /* Define to 1 if you have the `sqlite3' library (-lsqlite3). */ #undef HAVE_LIBSQLITE3 +/* Define for gnutls */ +#undef HAVE_LIBGNUTTLS + /* Name of package */ #undef PACKAGE