Changeset 277c9f4e for general/genlib


Ignore:
Timestamp:
11/21/2020 06:49:54 AM (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:
4696884
Parents:
678ce3b0
Message:

Patch libxml2 and libexif.

Comment libexif as a possible ImageMagick dependency.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/libxml2.xml

    r678ce3b0 r277c9f4e  
    7777      <listitem>
    7878        <para>
     79          Required patch:
     80          <ulink url="&patch-root;/libxml2-&libxml2-version;-security_fixes-1.patch"/>
     81        </para>
     82      </listitem>
     83      <listitem>
     84        <para>
    7985          Optional Testsuite:
    8086          <ulink url="http://www.w3.org/XML/Test/xmlts&testsuite-version;.tar.gz"/> - This
     
    125131
    126132    <para>
     133      Apply a patch to fix various errors:
     134    </para>
     135
     136<screen><userinput remap="pre">patch -p1 -i ../libxml2-&libxml2-version;-security_fixes-1.patch</userinput></screen>
     137
     138<!--<para>
    127139      First fix a problem generating the Python3 module with Python-3.9.0 and later:
    128140    </para>
     
    135147    </para>
    136148
    137 <screen><userinput>sed -i '/_PyVerify_fd/,+1d' python/types.c</userinput></screen>
    138 
    139     <para>
    140       If you are going to run the tests, disable one test that prevents the
    141       tests from completing:
     149<screen><userinput>sed -i '/_PyVerify_fd/,+1d' python/types.c</userinput></screen>-->
     150
     151    <para>
     152      If you are going to run the tests, disable one test that causes the Python
     153      tests to terminate early with an error:
    142154    </para>
    143155
Note: See TracChangeset for help on using the changeset viewer.