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