Changeset 3979b674


Ignore:
Timestamp:
08/17/2020 04:02:18 PM (4 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
cd338330
Parents:
9873d1ea
Message:

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/libxslt.xml

    r9873d1ea r3979b674  
    109109      <xref linkend="libgcrypt"/> and
    110110      <xref linkend="libxml2py2"/>
     111      <!-- Seems to be used for tests -->
    111112      <note><simpara>The <xref role="nodep" linkend="libxml2py2"/>
    112113      dependency is only appropriate if the <application>Python2</application>
     
    138139
    139140<screen><userinput>sed -i s/3000/5000/ libxslt/transform.c doc/xsltproc.{1,xml} &amp;&amp;
    140 ./configure --prefix=/usr --disable-static                   &amp;&amp;
     141./configure --prefix=/usr --disable-static --without-python  &amp;&amp;
    141142make</userinput></screen>
    142143
     
    168169      <command>sed -i s/3000/5000/ ...</command>: this increases the recursion
    169170      limit in libxslt. This is needed by some packages for their documentation.
     171    </para>
     172
     173    <para>
     174      <parameter>--without-python</parameter>: This parameter disables the libxslt
     175      python module since it does not support Python3. If you wish to enable
     176      this module, make sure that <xref role="nodep" linkend="libxml2py2"/> is
     177      installed, and remove this parameter.
    170178    </para>
    171179
  • general/prog/python3.xml

    r9873d1ea r3979b674  
    105105    <bridgehead renderas="sect4">Optional (For Additional Modules)</bridgehead>
    106106    <para role="optional">
    107       <xref linkend="db"/>,
     107      <xref linkend="db"/> and
    108108      <xref linkend="tk"/>
    109109    </para>
  • introduction/welcome/changelog.xml

    r9873d1ea r3979b674  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[renodr] - Disable building the libxslt python module
     49          since it does not support Python3.</para>
     50        </listitem>
     51        <listitem>
    4852          <para>[pierre] - Update to libreoffice-6.4.6.2. Fixes
    4953          <ulink url="&blfs-ticket-root;13930">#13930</ulink>.</para>
Note: See TracChangeset for help on using the changeset viewer.