Ignore:
Timestamp:
02/16/2007 04:51:25 PM (17 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, 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, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
efc4f161
Parents:
05dbc9e
Message:

Updated to libxml2-2.6.27

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/libxml2.xml

    r05dbc9e rcfcdadb  
    1010-->
    1111  <!ENTITY libxml2-download-ftp  "ftp://xmlsoft.org/libxml2/libxml2-&libxml2-version;.tar.gz">
     12  <!ENTITY libxml2-md5sum        "f5806f5059ef7bd4d3fcf36cf116d1ef">
    1213  <!ENTITY libxml2-size          "4.5 MB">
    13   <!ENTITY libxml2-md5sum        "2d8d3805041edab967368b497642f981">
    14   <!ENTITY libxml2-buildsize     "84 MB (additional 183 MB to run the test suite)">
    15   <!ENTITY libxml2-time          "1.3 SBU (additional 0.9 SBU to run the test suite)">
     14  <!ENTITY libxml2-buildsize     "85 MB (additional 180 MB to run the test suite)">
     15  <!ENTITY libxml2-time          "1.2 SBU (additional 1.0 SBU to run the test suite)">
    1616]>
    1717
     
    9191    commands:</para>
    9292
    93 <screen><userinput>./configure --prefix=/usr &amp;&amp;
     93<screen><userinput>sed -i 's|/bin/tar|&amp; --wildcards|' xstc/Makefile &amp;&amp;
     94./configure --prefix=/usr &amp;&amp;
    9495make</userinput></screen>
    9596
     
    104105  <sect2 role="commands">
    105106    <title>Command Explanations</title>
     107
     108    <para><command>sed -i '...' xstc/Makefile</command>: This command is used
     109    to add a new parameter required by recent versions of
     110    <command>tar</command>. Without this command, the test suite will not
     111    complete properly.</para>
    106112
    107113    <para><parameter>--with-history</parameter>: If this option is used, it
Note: See TracChangeset for help on using the changeset viewer.