Changeset cd964c8 for packages.ent


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
  • packages.ent

    r6076396 rcd964c8  
    164164<!ENTITY libusb-compat-version        "0.1.5">
    165165<!ENTITY libxkbcommon-version         "0.7.2">
     166<!-- the libxml2-version is also used for the python2 module,
     167which is built separately after libxml2.so has been installed,
     168to avoid building libxml2 twice, which is slow with all deps -->
    166169<!ENTITY libxml2-version              "2.9.7">
    167170<!ENTITY libxslt-version              "1.1.32">
     
    403406<!ENTITY funcsigs-version             "1.0.2">
    404407<!ENTITY Jinja2-version               "2.10">
     408<!-- libxml2 for Python2 shares the version of libxml2 -->
    405409<!ENTITY lxml-version                 "4.1.1">
    406410<!ENTITY mako-version                 "1.0.4">
Note: See TracChangeset for help on using the changeset viewer.