[Open Office] Building ucb, webdav with neon 0.25 does not
link with expat
Alberto Escudero Pascual
aep at it46.se
Mon Mar 27 10:20:12 EST 2006
Hi,
What is the best way to make this change upstream? Which Bugzilla(s)?
aep
On Mon, 2006-03-27 at 15:47 +0100, Caolan McNamara wrote:
> On Mon, 2006-03-27 at 16:33 +0200, Alberto Escudero Pascual wrote:
> > Hi Jan,
> >
> > The error takes place when making libucpdav1.so, libneon calls
> > XML_ParserFree that is part of expat (XML parser). I am using
> > --with-system-neon
> >
> > But i am not sure that this is the "nice" way to it.
>
> The proper fix is probably something like in solenv/inc/libs.mk change
>
> NEON3RDLIB=-lneon
>
> to
>
> .IF "$(SYSTEM_NEON)"=="YES"
> NEON3RDLIB=$(NEON_LIBS)
> .ELSE
> NEON3RDLIB=-lneon
> .ENDIF
>
> C.
>
>
More information about the Openoffice
mailing list