Ignore:
Timestamp:
11/23/2017 03:21:36 AM (6 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, 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:
8f31479b
Parents:
6076396
Message:

Build the Python2 libxml2 module and clarify where / when it is used. Make an additional entry for this in the python modules - if trying to build both sets of modules before installing libxml.so, the lib has to be built twice with separate invocations of configure, that is slow if all the optional dependencies are invoked. The dependencies for docbook-xsl are all used at runtime, note that and flag their xref tags as runtime.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@19526 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/libxslt.xml

    r6076396 rcd964c8  
    9797    <bridgehead renderas="sect4">Optional</bridgehead>
    9898    <para role="optional">
    99       <xref linkend="libgcrypt"/> and
    100       <xref linkend="python2"/>
    101       <note><simpara>The <xref role="nodep" linkend="python2"/>
    102       dependency is only appropriate if the Python module for
    103       this package is needed. If it is, the 
    104       <xref role="nodep" linkend="libxml2"/> Python module should also
    105       be built for Python 2. The libxslt Python module is not needed for
    106       any package in BLFS.
     99      <xref linkend="libgcrypt"/>,
     100      <xref linkend="libxml2py2"/>
     101      <note><simpara>The <xref role="nodep" linkend="libxml2py2"/>
     102      dependency is only appropriate if the <application>Python2</application>
     103      module for this package is needed. The
     104      libxslt <application>Python2</application> module is not needed for
     105      any package in BLFS but various packages may install
     106      <application>Python2</application> modules which reference it.
    107107      </simpara></note>
    108108    </para>
Note: See TracChangeset for help on using the changeset viewer.