On Mon, Apr 14, 2008 at 10:57:49AM +0200, Arfrever Frehtes Taifersar Arahesis wrote:
> 2008-04-14 05:55 Peter Samuelson <peter_at_p12n.org> napisaĆ(a):
> > [arfrever_at_tigris.org]
> > > * build/ac-macros/neon.m4
> > > (SVN_NEON_CONFIG): Set NEON_LIBS to `$neon_config --libs 2>/dev/null` if
> > > `$neon_config --la-file 2>/dev/null` prints nothing.
> >
> > I'm a little confused - why not just run $neon_config --libs
> > unconditionally? Doesn't it always do the right thing?
>
> It doesn't.
> It wrongly prints additional data (LDFLAGS and dependent libraries).
That's necessary and correct when libneon is built statically; the
dependent libraries must be pulled in explicitly.
...
> Linking against libneon.la doesn't cause these problems.
Right - doing anything else is wrong. This change is not necessary for
any released version of neon, so I can only presume it's to work around
the broken Debian packaging of neon? If so it's certainly a bad idea;
tolerating bad packaging behaviour just encourages it. Just get people
to complain to Debian about the broken packaging, it will give them more
motivation to fix it.
Regards,
joe
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-04-14 20:45:40 CEST