Ignore:
Timestamp:
09/09/2017 06:33:37 AM (7 years ago)
Author:
Pierre Labastie <pieere@…>
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:
aad8a2e7
Parents:
45f8102
Message:

Updates to libxml2-2.9.5 and libxslt-1.1.30

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/libxslt.xml

    r45f8102 rcf83ea8  
    77  <!ENTITY libxslt-download-http "http://xmlsoft.org/sources/libxslt-&libxslt-version;.tar.gz">
    88  <!ENTITY libxslt-download-ftp  "ftp://xmlsoft.org/libxslt/libxslt-&libxslt-version;.tar.gz">
    9   <!ENTITY libxslt-md5sum        "a129d3c44c022de3b9dcf6d6f288d72e">
     9  <!ENTITY libxslt-md5sum        "70becbbcb1dad55f14de0b84171b91d5">
    1010  <!ENTITY libxslt-size          "3.3 MB">
    11   <!ENTITY libxslt-buildsize     "40 MB (with tests)">
    12   <!ENTITY libxslt-time          "0.3 SBU (with tests)">
     11  <!ENTITY libxslt-buildsize     "39 MB (with tests)">
     12  <!ENTITY libxslt-time          "0.2 SBU (with tests)">
    1313]>
    1414
     
    114114    </para>
    115115
    116 <screen><userinput>sed -i '/#include &lt;xlocale.h&gt;/d' libxslt/xsltlocale.h &amp;&amp;
    117 ./configure --prefix=/usr --disable-static            &amp;&amp;
     116<screen><userinput>./configure --prefix=/usr --disable-static            &amp;&amp;
    118117make</userinput></screen>
    119118
     
    133132    <title>Command Explanations</title>
    134133
     134<!--
    135135    <para>
    136136      <command>sed -i '/#include &lt;xlocale.h&gt;/d' libxslt/xsltlocale.h</command>:
     
    139139      <application>libxslt</application> references that on the previous line
    140140      of the header, so just delete this.
    141     </para>
     141    </para>-->
    142142
    143143    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note: See TracChangeset for help on using the changeset viewer.