mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 23:07:23 +08:00
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:
parent
9873d1ea37
commit
3979b674b9
@ -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} &&
|
||||
./configure --prefix=/usr --disable-static &&
|
||||
./configure --prefix=/usr --disable-static --without-python &&
|
||||
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"/>
|
||||
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user