r871926 | stsp | 2008-06-23 13:04:24 +0000 (Mon, 23 Jun 2008)
* build.conf: Make libsvn_ra depend on libsvn_delta unconditionally.
It uses these symbols from libsvn_delta:
svn_txdelta
svn_txdelta_send_stream
svn_txdelta_send_txstream
svn_compat_wrap_file_rev_handler
Because only the RA protocol libraries depended on libsvn_delta,
libsvn_ra failed to load on its own if runtime module search
was enabled.
See https://bugs.launchpad.net/bzr-svn/+bug/242321 for details.
Found by: Martin von Gagern <Martin.vGagern@gmx.net>