I don't understand why you need to do this. Dozens and dozens of
people have been building subversion for more than a year, and we've
never had to define this dependency before. What makes your system
different? Was this determined?
"Max Bowsher" <maxb@ukf.net> writes:
> There are two dependencies that are not declared in build.conf.
>
> Max.
>
>
> * build.conf (libsvn_ra_dav): Add libsvn_delta dependency.
> (libsvn_ra_svn): Ditto.
>
> Index: build.conf
> ===================================================================
> --- build.conf (revision 6047)
> +++ build.conf (working copy)
> @@ -143,7 +143,7 @@
> type = lib
> path = subversion/libsvn_ra_dav
> install = dav-lib
> -libs = libsvn_subr $(SVN_APRUTIL_LIBS) $(SVN_APR_LIBS) $(NEON_LIBS)
> +libs = libsvn_delta libsvn_subr $(SVN_APRUTIL_LIBS) $(SVN_APR_LIBS)
> $(NEON_LIBS)
> custom = ra-module
>
> # Accessing repositories via SVN
> @@ -151,7 +151,7 @@
> type = lib
> path = subversion/libsvn_ra_svn
> install = base-lib
> -libs = libsvn_subr $(SVN_APRUTIL_LIBS) $(SVN_APR_LIBS)
> +libs = libsvn_delta libsvn_subr $(SVN_APRUTIL_LIBS) $(SVN_APR_LIBS)
> custom = ra-module
>
> # Accessing repositories via direct libsvn_fs
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: dev-help@subversion.tigris.org
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon May 26 15:16:20 2003