Changeset 22c07de


Ignore:
Timestamp:
10/15/2021 09:39:22 PM (3 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
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:
97b8038
Parents:
e90881c
Message:

Fix building GPGME with Python 3.10 installed

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    re90881c r22c07de  
    4444
    4545    <listitem>
     46      <para>October 15th, 2021</para>
     47      <itemizedlist>
     48        <listitem>
     49          <para>[renodr] - Adapt gpgme to build with Python 3.10.</para>
     50        </listitem>
     51      </itemizedlist>
     52    </listitem>
     53
     54    <listitem>
    4655      <para>October 14th, 2021</para>
    4756      <itemizedlist>
  • postlfs/security/gpgme.xml

    re90881c r22c07de  
    106106
    107107    <para>
    108       At first, fix an issue building the package with Glibc-2.34 or later:
    109     </para>
    110 
    111 <screen><userinput>sed 's/defined(__sun.*$/1/' -i src/posix-io.c</userinput></screen>
     108      First, fix an issue building the package with Glibc-2.34 or later:
     109    </para>
     110
     111<screen><userinput remap="pre">sed 's/defined(__sun.*$/1/' -i src/posix-io.c</userinput></screen>
     112
     113    <para>
     114      Next, fix an issue building with Python 3.10 installed:
     115    </para>
     116
     117<screen><userinput remap="pre">sed -e 's/3\.9/3\.10/'   \
     118    -e '23664,+3 s/^/#/' \
     119    -i configure</userinput></screen>
    112120
    113121    <para>
Note: See TracChangeset for help on using the changeset viewer.