Changeset 97b8038


Ignore:
Timestamp:
10/15/2021 11:06:57 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:
0b664be0
Parents:
22c07de
Message:

Adapt cracklib to build with Python 3.10

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r22c07de r97b8038  
    4747      <itemizedlist>
    4848        <listitem>
     49          <para>[renodr] - Adapt cracklib to build with Python 3.10.</para>
     50        </listitem>
     51        <listitem>
    4952          <para>[renodr] - Adapt gpgme to build with Python 3.10.</para>
    5053        </listitem>
  • postlfs/security/cracklib.xml

    r22c07de r97b8038  
    134134
    135135<screen><userinput>sed -i '/skipping/d' util/packer.c &amp;&amp;
     136
     137sed -i '15209 s/.*/am_cv_python_version=&python3-majorver;/' configure &amp;&amp;
    136138
    137139PYTHON=python3 CPPFLAGS=-I/usr/include/python&python3-majorver; \
Note: See TracChangeset for help on using the changeset viewer.