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

Re: gen-make and library dependencies

From: Erik Hülsmann <e.huelsmann_at_gmx.net>
Date: 2003-08-12 19:41:55 CEST
('binary' encoding is not supported, stored as-is) Hi!

As promised the patch to

eliminate my linking problems with svnversion.

log message:
[[[

  * ./build.conf:
    fixed libtool linking problem running programs
    from the working copy when 'neon-config --libs'
    contains an -L option

]]]

patch:

[[[

Index: build.conf
===================================================================
--- build.conf (revision 6702)
+++ build.conf (working copy)
@@ -210,7 +210,7 @@
 description = Subversion Revision Extractor
 type = exe
 path = subversion/svnversion
-libs = libsvn_client $(SVN_APRUTIL_LIBS) $(SVN_APR_LIBS)
+libs = libsvn_client $(SVN_APRUTIL_LIBS) $(SVN_APR_LIBS) $(NEON_LIBS)

 # ----------------------------------------------------------------------------
 #

]]]

Hope this patch makes it!

bye,

Erik.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Aug 12 19:42:46 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.