Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/libxml2.xml

    read4657 rab4fdfc  
    99<!--  <!ENTITY libxml2-download-http "http://xmlsoft.org/sources/libxml2-&libxml2-version;.tar.xz">-->
    1010  <!ENTITY libxml2-download-ftp  " ">
    11   <!ENTITY libxml2-md5sum        "329138464b69422815c11e62acbc10dd">
     11  <!ENTITY libxml2-md5sum        "be351cd3699aba554697cbb6b8685fb5">
    1212  <!ENTITY libxml2-size          "2.5 MB">
    13   <!ENTITY libxml2-buildsize     "103 MB (with tests)">
     13  <!ENTITY libxml2-buildsize     "98 MB (with tests)">
    1414  <!ENTITY libxml2-time          "0.4 SBU (Using parallelism=4; with tests)">
    1515  <!ENTITY testsuite-version     "20130923">
     
    8383    <bridgehead renderas="sect3">libxml2 Dependencies</bridgehead>
    8484
    85     <bridgehead renderas="sect4">Recommended</bridgehead>
    86     <para role="recommended">
    87       <xref linkend="icu"/>
    88     </para>
    89 
    9085    <bridgehead renderas="sect4">Optional</bridgehead>
    9186    <para role="optional">
     87      <xref linkend="icu"/> (see below) and
    9288      <xref linkend="valgrind"/> (may be used in the tests)
    9389    </para>
     
    106102            --disable-static        \
    107103            --with-history          \
    108             --with-icu              \
    109104            PYTHON=/usr/bin/python3 \
    110105            --docdir=/usr/share/doc/libxml2-&libxml2-version; &amp;&amp;
     
    149144
    150145<screen role="root"><userinput>make install</userinput></screen>
    151 
    152     <para>
    153       Finally, prevent some packages from unnecessarily linking to ICU using
    154       the following commands as the &root; user:
    155     </para>
    156 
    157 <screen role="root"><userinput>rm -vf /usr/lib/libxml2.la &amp;&amp;
    158 sed '/libs=/s/xml2.*/xml2"/' -i /usr/bin/xml2-config</userinput></screen>
    159 
    160146  </sect2>
    161147
     
    173159
    174160    <para>
    175       <parameter>--with-icu</parameter>: This switch enables support for
    176       <application>ICU</application>, which provides additional Unicode support.
    177       This is needed for some packages in BLFS, such as for QtWebEngine.
    178     </para>
    179 
    180     <para>
    181161      <parameter>PYTHON=/usr/bin/python3</parameter>: Allows building
    182162      the libxml2 module with Python3 instead of Python2.
    183163    </para>
    184164
    185 <!--
    186     <para>
    187       <option>- -with-icu</option>: Add this switch if you have built
     165    <para>
     166      <option>--with-icu</option>: Add this switch if you have built
    188167      <xref linkend="icu"/>, for better unicode support.
    189168    </para>
     
    191170    <note>
    192171      <para>
    193         If the <option>- -with-icu</option> switch is used, the BLFS editors
     172        If the <option>--with-icu</option> switch is used, the BLFS editors
    194173        recommend removing unneeded references to the ICU libraries. This
    195174        will prevent many packages that use libxml2 from unnecessarily linking
     
    202181sed '/libs=/s/xml2.*/xml2"/' -i /usr/bin/xml2-config</userinput></screen>
    203182    </note>
    204 -->
    205183
    206184  </sect2>
Note: See TracChangeset for help on using the changeset viewer.