Changeset 4696884


Ignore:
Timestamp:
11/21/2020 04:40:53 PM (3 years ago)
Author:
Ken Moffat <ken@…>
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:
c9677b15
Parents:
277c9f4e
Message:

Reinstate a python-3.9 sed in libxml2.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/libxml2.xml

    r277c9f4e r4696884  
    136136<screen><userinput remap="pre">patch -p1 -i ../libxml2-&libxml2-version;-security_fixes-1.patch</userinput></screen>
    137137
     138    <para>
     139      First fix a problem generating the Python3 module with Python-3.9.0 and later:
     140    </para>
     141
     142<screen><userinput>sed -i '/if Py/{s/Py/(Py/;s/)/))/}' python/{types.c,libxml.c}</userinput></screen>
     143
    138144<!--<para>
    139       First fix a problem generating the Python3 module with Python-3.9.0 and later:
    140     </para>
    141 
    142 <screen><userinput>sed -i '/if Py/{s/Py/(Py/;s/)/))/}' python/{types.c,libxml.c}</userinput></screen>
    143 
    144     <para>
    145145      To ensure that the <application>Python</application> module can be
    146146      built by <xref linkend="python3"/>, run:
Note: See TracChangeset for help on using the changeset viewer.