From 02a9980a6a189293b087552f6ef916c612c5db7d Mon Sep 17 00:00:00 2001 From: Randy McMurchy Date: Fri, 12 May 2006 21:09:06 +0000 Subject: [PATCH] Updated to libxslt-1.1.16 git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@6056 af4574ff-66df-0310-9fd7-8a98e5e911e0 --- general.ent | 2 +- general/genlib/libxslt.xml | 29 +++++++++++++++++++++-------- introduction/welcome/changelog.xml | 4 ++++ 3 files changed, 26 insertions(+), 9 deletions(-) diff --git a/general.ent b/general.ent index cb08b9ee3d..3bb6ece019 100644 --- a/general.ent +++ b/general.ent @@ -89,7 +89,7 @@ - + diff --git a/general/genlib/libxslt.xml b/general/genlib/libxslt.xml index db1e68dc5d..a2dd6254f5 100644 --- a/general/genlib/libxslt.xml +++ b/general/genlib/libxslt.xml @@ -9,9 +9,9 @@ --> - + - + ]> @@ -27,14 +27,14 @@ - Libxslt-&libxslt-version; + libxslt-&libxslt-version; Libxslt - Introduction to Libxslt + Introduction to libxslt The libxslt package contains XSLT libraries. These are useful for extending - Libxslt Dependencies + libxslt Dependencies Required @@ -81,12 +81,13 @@ - Installation of Libxslt + Installation of libxslt Install libxslt by running the following commands: -./configure --prefix=/usr && +sed -i "s/\$(PYTHON_SITE_PACKAGES)/'&'/" configure && +./configure --prefix=/usr && make To test the results, issue: make check. @@ -97,6 +98,16 @@ make + + Command Explanations + + sed -i "s/\$(PYTHON_SITE_PACKAGES)/'&'/" + configure: The quotes around this variable were inadvertently + removed in this release. This command puts the quotes back in so that + the variable is not interpreted as a shell command. + + + Contents @@ -109,7 +120,9 @@ make xslt-config and xsltproc libexslt.{so,a}, libxslt.{so,a} and optionally, libxsltmod.{so,a} Python modules - /usr/include/libxslt, /usr/share/doc/libxslt-&libxslt-version;, and + /usr/include/lib{e}xslt, + /usr/lib/libxslt-plugins, + /usr/share/doc/libxslt-&libxslt-version;, and /usr/share/doc/libxslt-python-&libxslt-version; diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index 9cc5cdf7d9..1a563aeea9 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -40,9 +40,13 @@ --> + May 12th, 2006 + + [randy] - Updated to libxslt-1.1.16. + [bdubbs] - Created a consolidated autofs patch to combine nine small patches and updated autofs to