Ignore:
Timestamp:
10/23/2014 03:17:07 PM (10 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, 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:
6571737b
Parents:
f22356bf
Message:

Reinstate libxml2 2.9.2 after upstream fix. Figures taken from Fernando initial
update.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/libxml2.xml

    rf22356bf rc121596  
    77  <!ENTITY libxml2-download-http "http://xmlsoft.org/sources/libxml2-&libxml2-version;.tar.gz">
    88  <!ENTITY libxml2-download-ftp  "ftp://xmlsoft.org/libxml2/libxml2-&libxml2-version;.tar.gz">
    9   <!ENTITY libxml2-md5sum        "9c0cfef285d5c4a5c80d00904ddab380">
    10   <!ENTITY libxml2-size          "5.0 MB">
    11   <!ENTITY libxml2-buildsize     "100 MB">
    12   <!ENTITY libxml2-time          "0.6 SBU">
     9  <!ENTITY libxml2-md5sum        "9e6a9aca9d155737868b3dc5fd82f788">
     10  <!ENTITY libxml2-size          "5.2 MB">
     11  <!ENTITY libxml2-buildsize     "77 MB (additional 18 MB for tests)">
     12  <!ENTITY libxml2-time          "0.5 SBU (additional 0.2 SBU for tests)">
    1313  <!ENTITY testsuite-version     "20130923">
    1414]>
     
    109109  <sect2 role="installation">
    110110    <title>Installation of libxml2</title>
     111
     112    <para>
     113       Apply two upstream fixes, which correct bugs in
     114       <command>xmlcatalog</command> and in the entity substitution
     115       mechanism:
     116    </para>
     117
     118<screen><userinput>sed \
     119  -e /xmlInitializeCatalog/d \
     120  -e 's/((ent->checked =.*&amp;&amp;/(((ent->checked == 0) ||\
     121          ((ent->children == NULL) \&amp;\&amp; (ctxt->options \&amp; XML_PARSE_NOENT))) \&amp;\&amp;/' \
     122  -i parser.c</userinput></screen>
    111123
    112124    <para>
Note: See TracChangeset for help on using the changeset viewer.