Ignore:
Timestamp:
04/21/2021 05:56:54 PM (3 years ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
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:
c9aa980
Parents:
5156197
Message:

cracklib: build Python 3 module

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/cracklib.xml

    r5156197 r0f0dc82  
    120120    </important>
    121121
    122     <bridgehead renderas="sect3">CrackLib Dependencies</bridgehead>
    123 
    124     <bridgehead renderas="sect4">Optional</bridgehead>
    125     <para role="optional">
    126       <xref linkend="python2"/>
    127     </para>
    128 
    129122    <para condition="html" role="usernotes">User Notes:
    130123      <ulink url="&blfs-wiki;/cracklib"/>
     
    142135<screen><userinput>sed -i '/skipping/d' util/packer.c &amp;&amp;
    143136
     137PYTHON=python3 CPPFLAGS=-I/usr/include/python&python3-majorver; \
    144138./configure --prefix=/usr    \
    145139            --disable-static \
     
    207201
    208202    <para>
     203      <envar>PYTHON=python3</envar>: This forces the installation of
     204      python bindings for Python 3, even if Python 2 is installed.
     205    </para>
     206
     207    <para>
     208      <envar>CPPFLAGS=-I/usr/include/python&python3-majorver;</envar>:
     209      This works around an issue caused by incorrect usage of Python 3
     210      headers.
     211    </para>
     212
     213    <para>
    209214      <parameter>--with-default-dict=/lib/cracklib/pw_dict</parameter>:
    210215      This parameter forces the installation of the
     
    272277        cracklib-unpacker and create-cracklib-dict</seg>
    273278
    274         <seg>libcrack.so and the _cracklibmodule.so
    275           <application>Python</application> module</seg>
     279        <seg>libcrack.so and the _cracklib.so
     280          (<application>Python</application> module)</seg>
    276281
    277282        <seg>/lib/cracklib, /usr/share/dict and /usr/share/cracklib</seg>
Note: See TracChangeset for help on using the changeset viewer.