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

Re: svn commit: r1574720 - /subversion/trunk/build.conf

From: Stefan Sperling <stsp_at_elego.de>
Date: Thu, 6 Mar 2014 12:57:25 +0100

On Thu, Mar 06, 2014 at 09:50:16AM +0100, Bert Huijben wrote:
> > @@ -305,7 +309,7 @@ msvc-static = yes
> >
> > # General API for accessing repositories
> > [libsvn_ra]
> > -description = Subversion Repository Access Library
> > +description = Subversion General Repository Access Library
> > type = lib
> > path = subversion/libsvn_ra
> > libs = libsvn_delta libsvn_subr ra-libs apriconv apr
>
> This hunk of the patch makes the result on the Windows shared libraries slightly less accurate.
>
> On Windows the libraries with msvc-static = true are compiled into static libraries, that are then later linked into the parent libraries and applications. So our libsvn_ra-1.dll doesn't just contain libsvn_ra, but also libsvn_ra_svn and libsvn_ra_serf.
>
> But now it has the description 'Subversion General Repository Access Library'...
>

Do you have any suggestions about what to do instead?

> I'm trying to find where we produce the pkg-config files, but I can't find it... Do you know where we write these?

The descriptions are written into .pc.in files by gen-make.py
Received on 2014-03-06 12:58:03 CET

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.