Ignore:
Timestamp:
10/17/2020 06:34:20 PM (4 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
8db97e3
Parents:
1334c9a
Message:

Update to nss-3.58.
Update to soundtouch-2.2.
Update to enchant-2.2.12.
Update to sysprof-3.38.1.
Update to opencv-4.5.0.
Tweak libxml2 for Python-3.9.
Minor change when updating glib2.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/libxml2.xml

    r1334c9a r1b8bba3  
    8282        </para>
    8383      </listitem>
    84 <!--
    85       <listitem>
    86         <para>
    87           Recommended patch to prevent a segfault in itstool when using Python3:
    88           <ulink url="&patch-root;/libxml2-&libxml2-version;-python3_hack-1.patch"/>
    89         </para>
    90       </listitem> -->
    9184    </itemizedlist>
    9285
     
    130123  <sect2 role="installation">
    131124    <title>Installation of libxml2</title>
    132 <!--
    133     <para>
    134       First apply a patch, which prevents segfaults in the Python module, when
    135       built by <xref linkend="python3"/>:
    136     </para>
    137 
    138 <screen><userinput>patch -Np1 -i ../libxml2-&libxml2-version;-python3_hack-1.patch</userinput></screen>
     125
     126    <para>
     127      First fix a problem generating the Python3 module with Python-3.9.0 and later:
     128    </para>
     129
     130<screen><userinput>sed -i '/if Py/{s/Py/(Py/;s/)/))/}' python/{types.c,libxml.c}</userinput></screen>
    139131
    140132    <para>
     
    144136
    145137<screen><userinput>sed -i '/_PyVerify_fd/,+1d' python/types.c</userinput></screen>
    146 -->
     138
    147139    <para>
    148140      If you are going to run the tests, disable one test that prevents the
Note: See TracChangeset for help on using the changeset viewer.