Changeset 22c07de
- Timestamp:
- 10/15/2021 09:39:22 PM (20 months ago)
- Branches:
- 11.1, 11.2, 11.3, ken/inkscape-core-mods, lazarus, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- 97b8038
- Parents:
- e90881c
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
introduction/welcome/changelog.xml
re90881c r22c07de 44 44 45 45 <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> 46 55 <para>October 14th, 2021</para> 47 56 <itemizedlist> -
postlfs/security/gpgme.xml
re90881c r22c07de 106 106 107 107 <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> 112 120 113 121 <para>
Note:
See TracChangeset
for help on using the changeset viewer.