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

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

From: Greg Stein <gstein_at_gmail.com>
Date: Mon, 28 Jun 2010 14:32:53 -0400

What is this? AFAIK, we use libexpat, not libxml. And even then, we
use expat via its inclusion in apr-util. I don't recall any autoconf
code to look for libxml to ensure that we can link against it.

On Mon, Jun 28, 2010 at 05:36, <julianfoad_at_apache.org> wrote:
> Author: julianfoad
> Date: Mon Jun 28 09:36:43 2010
> New Revision: 958515
>
> URL: http://svn.apache.org/viewvc?rev=958515&view=rev
> Log:
> * build.conf
>  (libsvn_ra_serf): Add "xml" to the libs, as a follow-up to r958263
>    "Use -Wl,--no-undefined flag by default".
>
> Modified:
>    subversion/trunk/build.conf
>
> Modified: subversion/trunk/build.conf
> URL: http://svn.apache.org/viewvc/subversion/trunk/build.conf?rev=958515&r1=958514&r2=958515&view=diff
> ==============================================================================
> --- subversion/trunk/build.conf (original)
> +++ subversion/trunk/build.conf Mon Jun 28 09:36:43 2010
> @@ -272,7 +272,7 @@ msvc-static = yes
>  type = ra-module
>  path = subversion/libsvn_ra_serf
>  install = serf-lib
> -libs = libsvn_delta libsvn_subr aprutil apriconv apr serf gssapi
> +libs = libsvn_delta libsvn_subr aprutil apriconv apr serf gssapi xml
>  msvc-libs = secur32.lib
>  msvc-static = yes
>
>
>
>
Received on 2010-06-28 20:34:35 CEST

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.