Re: [xml] Patch: link python module with python library

2009-09-24 Thread Daniel Veillard
On Thu, Sep 17, 2009 at 07:15:31PM +0200, Frederic Crozat wrote: > Le samedi 12 septembre 2009 à 18:04 +0200, Daniel Veillard a écrit : > > On Fri, Sep 11, 2009 at 05:00:29PM +0200, Frederic Crozat wrote: > > > Hi all, > > > > > > starting with Mandriva 2009.0, we are building all our librairies w

Re: [xml] Patch: link python module with python library

2009-09-17 Thread Frederic Crozat
Le samedi 12 septembre 2009 à 18:04 +0200, Daniel Veillard a écrit : > On Fri, Sep 11, 2009 at 05:00:29PM +0200, Frederic Crozat wrote: > > Hi all, > > > > starting with Mandriva 2009.0, we are building all our librairies with > > LDFLAGS="-Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro" to detect

Re: [xml] Patch: link python module with python library

2009-09-12 Thread Daniel Veillard
On Fri, Sep 11, 2009 at 05:00:29PM +0200, Frederic Crozat wrote: > Hi all, > > starting with Mandriva 2009.0, we are building all our librairies with > LDFLAGS="-Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro" to detect and > fix underlinked and overlinked libraries and modules. > > libxml2 pytho

[xml] Patch: link python module with python library

2009-09-11 Thread Frederic Crozat
Hi all, starting with Mandriva 2009.0, we are building all our librairies with LDFLAGS="-Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro" to detect and fix underlinked and overlinked libraries and modules. libxml2 python module isn't linked with python library. Attached patch fixes this issue. --