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

[Patch] Add missing dependencies in build.conf

From: Max Bowsher <maxb_at_ukf.net>
Date: 2003-05-26 13:13:16 CEST

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
Received on Mon May 26 13:14:21 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.