Ignore:
Timestamp:
02/03/2019 06:37:53 PM (5 years ago)
Author:
DJ Lucas <dj@…>
Branches:
elogind
Children:
4d176c4f
Parents:
8f6f10e
Message:

Merge to HEAD 21080.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/libxml2.xml

    r8f6f10e rd60cd837  
    88  <!ENTITY libxml2-download-http "http://xmlsoft.org/sources/libxml2-&libxml2-version;.tar.gz">
    99  <!ENTITY libxml2-download-ftp  "ftp://xmlsoft.org/libxml2/libxml2-&libxml2-version;.tar.gz">
    10   <!ENTITY libxml2-md5sum        "b786e353e2aa1b872d70d5d1ca0c740d">
     10  <!ENTITY libxml2-md5sum        "c04a5a0a042eaa157e8e8c9eabe76bd6">
    1111  <!ENTITY libxml2-size          "5.2 MB">
    12   <!ENTITY libxml2-buildsize     "83 MB (add 15 MB for tests)">
     12  <!ENTITY libxml2-buildsize     "86 MB (add 16 MB for tests)">
    1313  <!ENTITY libxml2-time          "0.2 SBU (add 0.3 SBU for tests)">
    1414  <!ENTITY testsuite-version     "20130923">
     
    8282        </para>
    8383      </listitem>
    84 
     84<!--
    8585      <listitem>
    8686        <para>
     
    8888          <ulink url="&patch-root;/libxml2-&libxml2-version;-python3_hack-1.patch"/>
    8989        </para>
    90       </listitem>
     90      </listitem> -->
    9191    </itemizedlist>
    9292
     
    130130  <sect2 role="installation">
    131131    <title>Installation of libxml2</title>
    132 
     132<!--
    133133    <para>
    134134      First apply a patch, which prevents segfaults in the Python module, when
     
    144144
    145145<screen><userinput>sed -i '/_PyVerify_fd/,+1d' python/types.c</userinput></screen>
    146 
     146-->
    147147    <para>
    148148      Install <application>libxml2</application> by running the following
     
    194194    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    195195      href="../../xincludes/static-libraries.xml"/>
    196 
     196<!--
    197197    <para>
    198198      <parameter>sed -i '/_PyVerify_fd/,+1d' python/types.c</parameter>: This
     
    200200      <application>gcc-7</application>.
    201201    </para>
    202 
     202-->
    203203    <para>
    204204      <parameter>--with-history</parameter>: This switch enables
     
    208208
    209209    <para>
    210       <parameter>--with-python=/usr/bin/python3</parameter>: Allows to build
     210      <parameter>--with-python=/usr/bin/python3</parameter>: Allows building
    211211      the libxml2 module with Python3 instead of Python2.
    212212    </para>
     
    234234      <seglistitem>
    235235        <seg>
    236           xml2-config, xmlcatalog, xmllint and the
     236          xml2-config,
     237          xmlcatalog, and
     238          xmllint <!--and the
    237239          drv_libxml2.py and libxml2.py <application>Python3</application>
    238           modules.
     240          modules.  These are pythin modules, not programs -->
    239241        </seg>
    240242        <seg>
    241           libxml2.so and optionally, the libxml2mod.so
    242           <application>Python3</application> module
     243          libxml2.so and
     244          libxml2mod.so (<application>Python3</application> module)
    243245        </seg>
    244246        <seg>
     
    295297        </listitem>
    296298      </varlistentry>
    297 
     299<!--
    298300      <varlistentry id="drv_libxml2.py3">
    299301        <term><command>drv_libxml2.py</command></term>
     
    319321        </listitem>
    320322      </varlistentry>
    321 
     323-->
    322324      <varlistentry id="libxml2-lib">
    323325        <term><filename class="libraryfile">libxml2.so</filename></term>
Note: See TracChangeset for help on using the changeset viewer.