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

Re: [PATCH] Really don't use DSO unless --enable-dso

From: Max Bowsher <maxb1_at_ukf.net>
Date: Wed, 20 Feb 2008 01:03:10 +0000

Justin Erenkrantz wrote:
> On Feb 19, 2008 4:28 PM, Eric Gillespie <epg_at_google.com> wrote:
>> 1. I did not use --enable-dso, so svn should not try to load
>> DSOs. I have included a patch to fix this.
>
> Yuck. I have no problem if you specify --disable-dso and having that
> work, but making static binaries the default? Yuck, yuck, yuck. --
> justin

I don't think that's what this is about - it's the difference between
--enable-shared and --enable-dso.

The proposed change is to stop trying to dlopen() ra/fs libraries unless
--enable-dso was explicitly given - the normal style of shared library
loading that happens behind the scenes orchestrated by ld.so is unaffected.

Max.

Received on 2008-02-20 02:03:37 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.