| Index: third_party/libxslt/linux/libexslt/Makefile
|
| diff --git a/third_party/libxslt/linux/libexslt/Makefile b/third_party/libxslt/linux/libexslt/Makefile
|
| index 95868e02e36943e7908184bdb42759e4d99a339a..93f4ada7aa1fb2ee2d66429dc0d0fff193bf4f27 100644
|
| --- a/third_party/libxslt/linux/libexslt/Makefile
|
| +++ b/third_party/libxslt/linux/libexslt/Makefile
|
| @@ -123,7 +123,8 @@ am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(man3dir)" \
|
| LTLIBRARIES = $(lib_LTLIBRARIES)
|
| am__DEPENDENCIES_1 =
|
| libexslt_la_DEPENDENCIES = $(top_builddir)/libxslt/libxslt.la \
|
| - $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
|
| + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
|
| + $(am__DEPENDENCIES_1)
|
| am_libexslt_la_OBJECTS = exslt.lo common.lo crypto.lo math.lo sets.lo \
|
| functions.lo strings.lo date.lo saxon.lo dynamic.lo
|
| libexslt_la_OBJECTS = $(am_libexslt_la_OBJECTS)
|
| @@ -296,7 +297,7 @@ PYTHON_SITE_PACKAGES = /usr/lib/python2.7/dist-packages
|
| PYTHON_SUBDIR = python
|
| PYTHON_VERSION = 2.7
|
| RANLIB = ranlib
|
| -RELDATE = Fri Jan 13 2017
|
| +RELDATE = Tue Mar 28 2017
|
| RM = /bin/rm
|
| SED = /bin/sed
|
| SET_MAKE =
|
| @@ -403,7 +404,7 @@ libexslt_la_SOURCES = \
|
| libexslt.h \
|
| dynamic.c
|
|
|
| -libexslt_la_LIBADD = $(top_builddir)/libxslt/libxslt.la $(EXTRA_LIBS) $(LIBGCRYPT_LIBS)
|
| +libexslt_la_LIBADD = $(top_builddir)/libxslt/libxslt.la $(EXTRA_LIBS) $(LIBGCRYPT_LIBS) $(M_LIBS)
|
| libexslt_la_LDFLAGS = $(WIN32_EXTRA_LDFLAGS) -version-info $(LIBEXSLT_VERSION_INFO)
|
| man_MANS = libexslt.3
|
| EXTRA_DIST = $(man_MANS)
|
|
|