Drop the libxslt python module from libxslt since it doesn't support python3 and doesn't appear to be used by anything else in the book.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23548 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Douglas R. Reno 2020-08-17 16:02:18 +00:00
parent 9873d1ea37
commit 3979b674b9
3 changed files with 14 additions and 2 deletions

View File

@ -108,6 +108,7 @@
<para role="optional">
<xref linkend="libgcrypt"/> and
<xref linkend="libxml2py2"/>
<!-- Seems to be used for tests -->
<note><simpara>The <xref role="nodep" linkend="libxml2py2"/>
dependency is only appropriate if the <application>Python2</application>
module for this package is needed. The
@ -137,7 +138,7 @@
</para>
<screen><userinput>sed -i s/3000/5000/ libxslt/transform.c doc/xsltproc.{1,xml} &amp;&amp;
./configure --prefix=/usr --disable-static &amp;&amp;
./configure --prefix=/usr --disable-static --without-python &amp;&amp;
make</userinput></screen>
<para>
@ -169,6 +170,13 @@ xsltproc/xsltproc --nonet doc/xsltproc.xml -o doc/xsltproc.1</userinput></screen
limit in libxslt. This is needed by some packages for their documentation.
</para>
<para>
<parameter>--without-python</parameter>: This parameter disables the libxslt
python module since it does not support Python3. If you wish to enable
this module, make sure that <xref role="nodep" linkend="libxml2py2"/> is
installed, and remove this parameter.
</para>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="../../xincludes/static-libraries.xml"/>

View File

@ -104,7 +104,7 @@
<bridgehead renderas="sect4">Optional (For Additional Modules)</bridgehead>
<para role="optional">
<xref linkend="db"/>,
<xref linkend="db"/> and
<xref linkend="tk"/>
</para>

View File

@ -44,6 +44,10 @@
<listitem>
<para>August 17th, 2020</para>
<itemizedlist>
<listitem>
<para>[renodr] - Disable building the libxslt python module
since it does not support Python3.</para>
</listitem>
<listitem>
<para>[pierre] - Update to libreoffice-6.4.6.2. Fixes
<ulink url="&blfs-ticket-root;13930">#13930</ulink>.</para>