Here is an initial patch for building svnserve-ssl (not on Windows).
To build svnserve-ssl : "/.configure --with-ssl".
Since Neon also uses OpenSSL, this patch will require that Neon
can be built with SSL support. To ensure that Subversion does not use two
different OpenSSL, the macros SVN_SSL_LIBS and SVN_SSL_INCLUDES are
identical to NEON_LIBS and SVN_NEON_INCLUDES.
Please review and test.
/Sigfred
* Makefile.in
Added SVN_SSL_LIBS=@SVN_SSL_LIBS@.
Added @SVN_SSL_INCLUDES@ to INCLUDES.
* build.conf
([svn]): Added ssl to libs.
([libsvn_ra_svn]): Added ssl to libs.
([svnserve]): Added ssl to libs.
([ssl]): New section.
* configure.in
Added sinclude(build/ac-macros/ssl.m4)
Added call to SVN_LIB_SSL().
Sets the value of the macro SVN_HAVE_SSL based upon testing
the result from SVN_LIB_SSL().
* build/ac-macros
Added new file ssl4.m4.
* build/ac-macros/ssl.m4
New macro SVN_LIB_SSL() for handling the --with-ssl option.
For use with ssl-enabled svnserve and client.
* svn-config.in
Added @SVN_SSL_LIBS@ to LIBS.
Added @SVN_SSL_INCLUDES@ to INCLUDES.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
- text/plain attachment: patch
Received on Tue Nov 16 19:59:12 2004