Re: [PATCH 1/2] Fix linking order of libxslt and libxml

2014-01-15 Thread Anton Lundin
On 15 January, 2014 - Thiago Macieira wrote: > On quarta-feira, 15 de janeiro de 2014 09:27:37, Anton Lundin wrote: > > libxslt depends on libxml, so we need xslt before xml on the linker-line. > > +1 > > I guess that you need this for linking statically to those two libs? > Yepp. Without that

Re: [PATCH 1/2] Fix linking order of libxslt and libxml

2014-01-15 Thread Thiago Macieira
On quarta-feira, 15 de janeiro de 2014 09:27:37, Anton Lundin wrote: > libxslt depends on libxml, so we need xslt before xml on the linker-line. +1 I guess that you need this for linking statically to those two libs? -- Thiago Macieira - thiago (AT) macieira.info - thiago (AT) kde.org Softwa

[PATCH 1/2] Fix linking order of libxslt and libxml

2014-01-15 Thread Anton Lundin
libxslt depends on libxml, so we need xslt before xml on the linker-line. Signed-off-by: Anton Lundin --- subsurface-configure.pri | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subsurface-configure.pri b/subsurface-configure.pri index af90035..242a186 100644 --- a/subsurfac