[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [Patch] Add missing dependencies in build.conf

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2003-05-26 15:14:20 CEST

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

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.