Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(32)

Unified Diff: third_party/libxslt/linux/libexslt/Makefile

Issue 2411263002: Roll libxslt to 8345634c5482ca04293ae1862d52fa9dd764aeca (Closed)
Patch Set: config.log Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/libxslt/linux/libexslt.pc ('k') | third_party/libxslt/linux/libexslt/exsltconfig.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/libxslt/linux/libexslt/Makefile
diff --git a/third_party/libxslt/linux/libexslt/Makefile b/third_party/libxslt/linux/libexslt/Makefile
index 5915228264086a6e5d8bcf20fc13106f56f3b428..f2b2d30051357f270e814a53ecf47263491d915d 100644
--- a/third_party/libxslt/linux/libexslt/Makefile
+++ b/third_party/libxslt/linux/libexslt/Makefile
@@ -199,14 +199,14 @@ am__define_uniq_tagged_files = \
ETAGS = etags
CTAGS = ctags
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-ACLOCAL = ${SHELL} /usr/local/google/work/cb/src/third_party/libxslt/missing aclocal-1.14
+ACLOCAL = ${SHELL} /usr/local/google/work/ca/src/third_party/libxslt/missing aclocal-1.14
AMTAR = $${TAR-tar}
AM_DEFAULT_VERBOSITY = 0
AR = ar
AS = as
-AUTOCONF = ${SHELL} /usr/local/google/work/cb/src/third_party/libxslt/missing autoconf
-AUTOHEADER = ${SHELL} /usr/local/google/work/cb/src/third_party/libxslt/missing autoheader
-AUTOMAKE = ${SHELL} /usr/local/google/work/cb/src/third_party/libxslt/missing automake-1.14
+AUTOCONF = ${SHELL} /usr/local/google/work/ca/src/third_party/libxslt/missing autoconf
+AUTOHEADER = ${SHELL} /usr/local/google/work/ca/src/third_party/libxslt/missing autoheader
+AUTOMAKE = ${SHELL} /usr/local/google/work/ca/src/third_party/libxslt/missing automake-1.14
AWK = gawk
CC = gcc
CCDEPMODE = depmode=gcc3
@@ -227,7 +227,7 @@ EGREP = /bin/grep -E
EXEEXT =
EXSLT_INCLUDEDIR = -I${includedir}
EXSLT_LIBDIR = -L${libdir}
-EXSLT_LIBS = -lexslt -lxslt -L/usr/local/google/work/cb/src/third_party/libxml/linux -L/usr/local/lib -lxml2 -lz -lm -ldl -lm -lgcrypt
+EXSLT_LIBS = -lexslt -lxslt -L/usr/local/google/work/ca/src/third_party/libxml/linux -L/usr/local/lib -lxml2 -lz -licui18n -licuuc -licudata -lm -ldl -lm -lgcrypt
EXTRA_LIBS =
FGREP = /bin/grep -F
GREP = /bin/grep
@@ -252,23 +252,23 @@ LIBGCRYPT_LIBS = -lgcrypt
LIBOBJS =
LIBS =
LIBTOOL = $(SHELL) $(top_builddir)/libtool
-LIBXML_CFLAGS = -I/usr/local/google/work/cb/src/third_party/libxml/linux/include
-LIBXML_LIBS = -L/usr/local/google/work/cb/src/third_party/libxml/linux -L/usr/local/lib -lxml2 -lz -lm -ldl
+LIBXML_CFLAGS = -I/usr/local/google/work/ca/src/third_party/libxml/linux/include
+LIBXML_LIBS = -L/usr/local/google/work/ca/src/third_party/libxml/linux -L/usr/local/lib -lxml2 -lz -licui18n -licuuc -licudata -lm -ldl
LIBXML_REQUIRED_VERSION = 2.6.27
LIBXML_SRC = ../../libxml/linux/
LIBXSLT_DEFAULT_PLUGINS_PATH = /usr/local/lib/libxslt-plugins
LIBXSLT_MAJOR_MINOR_VERSION = 1.1
LIBXSLT_MAJOR_VERSION = 1
-LIBXSLT_MICRO_VERSION = 28
+LIBXSLT_MICRO_VERSION = 29
LIBXSLT_MINOR_VERSION = 1
-LIBXSLT_VERSION = 1.1.28
+LIBXSLT_VERSION = 1.1.29
LIBXSLT_VERSION_EXTRA =
-LIBXSLT_VERSION_INFO = 2:28:1
-LIBXSLT_VERSION_NUMBER = 10128
+LIBXSLT_VERSION_INFO = 2:29:1
+LIBXSLT_VERSION_NUMBER = 10129
LIPO =
LN_S = ln -s
LTLIBOBJS =
-MAKEINFO = ${SHELL} /usr/local/google/work/cb/src/third_party/libxslt/missing makeinfo
+MAKEINFO = ${SHELL} /usr/local/google/work/ca/src/third_party/libxslt/missing makeinfo
MANIFEST_TOOL = :
MKDIR_P = /bin/mkdir -p
MV = /bin/mv
@@ -296,7 +296,7 @@ PYTHON_SITE_PACKAGES = /usr/lib/python2.7/dist-packages
PYTHON_SUBDIR = python
PYTHON_VERSION = 2.7
RANLIB = ranlib
-RELDATE = Sat May 14 2016
+RELDATE = Wed Oct 12 2016
RM = /bin/rm
SED = /bin/sed
SET_MAKE =
@@ -304,7 +304,7 @@ SHELL = /bin/sh
STRIP = strip
TAR = /bin/tar
THREAD_LIBS = -lpthread
-VERSION = 1.1.28
+VERSION = 1.1.29
VERSION_SCRIPT_FLAGS = -Wl,--version-script=
WIN32_EXTRA_LDFLAGS =
WIN32_EXTRA_LIBADD =
@@ -315,18 +315,18 @@ WITH_MODULES = 0
WITH_TRIO = 0
WITH_XSLT_DEBUG = 0
XMLLINT = /usr/bin/xmllint
-XML_CONFIG = /usr/local/google/work/cb/src/third_party/libxml/linux/xml2-config
+XML_CONFIG = /usr/local/google/work/ca/src/third_party/libxml/linux/xml2-config
XSLTPROC = /usr/bin/xsltproc
XSLTPROCDV =
XSLT_INCLUDEDIR = -I${includedir}
XSLT_LIBDIR = -L${libdir}
-XSLT_LIBS = -lxslt -L/usr/local/google/work/cb/src/third_party/libxml/linux -L/usr/local/lib -lxml2 -lz -lm -ldl -lm
+XSLT_LIBS = -lxslt -L/usr/local/google/work/ca/src/third_party/libxml/linux -L/usr/local/lib -lxml2 -lz -licui18n -licuuc -licudata -lm -ldl -lm
XSLT_LOCALE_WINAPI = 0
XSLT_LOCALE_XLOCALE = 1
-abs_builddir = /usr/local/google/work/cb/src/third_party/libxslt/linux/libexslt
-abs_srcdir = /usr/local/google/work/cb/src/third_party/libxslt/linux/../libexslt
-abs_top_builddir = /usr/local/google/work/cb/src/third_party/libxslt/linux
-abs_top_srcdir = /usr/local/google/work/cb/src/third_party/libxslt/linux/..
+abs_builddir = /usr/local/google/work/ca/src/third_party/libxslt/linux/libexslt
+abs_srcdir = /usr/local/google/work/ca/src/third_party/libxslt/linux/../libexslt
+abs_top_builddir = /usr/local/google/work/ca/src/third_party/libxslt/linux
+abs_top_srcdir = /usr/local/google/work/ca/src/third_party/libxslt/linux/..
ac_ct_AR = ar
ac_ct_CC = gcc
ac_ct_DUMPBIN =
@@ -355,7 +355,7 @@ host_vendor = unknown
htmldir = ${docdir}
includedir = ${prefix}/include
infodir = ${datarootdir}/info
-install_sh = ${SHELL} /usr/local/google/work/cb/src/third_party/libxslt/install-sh
+install_sh = ${SHELL} /usr/local/google/work/ca/src/third_party/libxslt/install-sh
libdir = ${exec_prefix}/lib
libexecdir = ${exec_prefix}/libexec
localedir = ${datarootdir}/locale
« no previous file with comments | « third_party/libxslt/linux/libexslt.pc ('k') | third_party/libxslt/linux/libexslt/exsltconfig.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698