On Mon, Sep 17, 2012 at 12:35:10AM +0300, Roumen Petrov wrote: > Uhh, > Now with correct patch attached .
Okay, looks fine, applied and pushed, thanks ! Daniel > Roumen Petrov wrote: > >Hi , > > > >Mail subject explain all. If you wonder why please check lib xml > >mail list about ICU library. > > > >Roumen > > >From 93749bb8a12f0cdeae5bc3938c2b56766729ad7f Mon Sep 17 00:00:00 2001 > From: Roumen Petrov <[email protected]> > Date: Thu, 9 Aug 2012 01:05:29 +0300 > Subject: [PATCH 08/13] add gcrypt library in LIBADD, not LDFLAGS, as > recommended > > --- > libexslt/Makefile.am | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/libexslt/Makefile.am b/libexslt/Makefile.am > index d0a7f92..0e92e51 100644 > --- a/libexslt/Makefile.am > +++ b/libexslt/Makefile.am > @@ -26,8 +26,8 @@ libexslt_la_SOURCES = \ > libexslt.h \ > dynamic.c > > -libexslt_la_LIBADD = $(top_builddir)/libxslt/libxslt.la $(EXTRA_LIBS) > -libexslt_la_LDFLAGS = $(WIN32_EXTRA_LDFLAGS) -version-info > $(LIBEXSLT_VERSION_INFO) $(LIBGCRYPT_LIBS) > +libexslt_la_LIBADD = $(top_builddir)/libxslt/libxslt.la $(EXTRA_LIBS) > $(LIBGCRYPT_LIBS) > +libexslt_la_LDFLAGS = $(WIN32_EXTRA_LDFLAGS) -version-info > $(LIBEXSLT_VERSION_INFO) > > man_MANS = libexslt.3 > > -- > 1.6.4 > > _______________________________________________ > xslt mailing list, project page http://xmlsoft.org/XSLT/ > [email protected] > https://mail.gnome.org/mailman/listinfo/xslt -- Daniel Veillard | Open Source and Standards, Red Hat [email protected] | libxml Gnome XML XSLT toolkit http://xmlsoft.org/ 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
