On Sat, Aug 11, 2012 at 01:07:02AM +0300, Roumen Petrov wrote: > Hi Daniel, > > The patch remove a line > -EXTRA_LIBS="$EXTRA_LIBS $LIBXML_LIBS $M_LIBS" > > This is not save as libxslt/Makefile.am define only > |EXTRA_LIBS| as dependency: > |libxslt_la_LIBADD= $(EXTRA_LIBS)| > > If platform does not support unresolved dependencies library cannot be linked. > Even with support regression tests fail in python test due unresolved > "xml"-symbols . > > May be line has to be restored but with different order - > EXTRA_LIBS="$LIBXML_LIBS $M_LIBS $EXTRA_LIBS". > > Now I use 0001-fix-regresson-in-Various-make-distcheck-and-other-fi.patch to > build libxslt against current libxml source build (--with-libxml-src....)
Okay, thanks ! Pushed :-) Daniel -- Daniel Veillard | libxml Gnome XML XSLT toolkit http://xmlsoft.org/ [email protected] | Rpmfind RPM search engine http://rpmfind.net/ http://veillard.com/ | virtualization library http://libvirt.org/ _______________________________________________ xslt mailing list, project page http://xmlsoft.org/XSLT/ [email protected] https://mail.gnome.org/mailman/listinfo/xslt
