Mailinglist Archive: opensuse (2835 mails)

< Previous Next >
Re: [opensuse] Compiling subversion from sources
  • From: Philipp Thomas <Philipp.Thomas2@xxxxxxx>
  • Date: Fri, 26 Dec 2008 04:15:44 +0100
  • Message-id: <tvh8l4p9hvdised04musisbqblp8ksat0i@xxxxxxx>
On Thu, 25 Dec 2008 20:28:39 +0200, you wrote:

I have noticed that there is no static library libneon.a in the default
openSuSE 11.1 distribution. Compiling neon from sources as static library
generates both libneon.a and libneon.la

The static version isn't needed, it's just an error/bug in the
subversion source configuration. Had you unpacked a recent openSUSE
.src.rpm and looked into subversion.spec you'd have seen that one of
the patches we apply is subversion-1.5.x-no-neon-la.patch that
contains:

- NEON_LIBS=`$neon_config --la-file`
+ NEON_LIBS=`$neon_config --libs`

So edit build/ac-macros/neon.m4 and make the same change and you
should be able to compile subversion 1.5.5.

As a general rule: before complaining that openSUSE lacks something
for compiling a package that we also provide, please look into the
spec file of our .src.rpm. Chances are rather good that our source
RPMs contain patches that fix the problem.

Philipp
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx

< Previous Next >
Follow Ups