Changeset 7b66ed2 for postlfs


Ignore:
Timestamp:
03/02/2021 10:19:04 PM (3 years ago)
Author:
Pierre Labastie <pieere@…>
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:
27534cc7
Parents:
79eec369
Message:

Fix a header file in python for certain use cases;
For usage of python3 for cracklib python bindings

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/cracklib.xml

    r79eec369 r7b66ed2  
    120120      </para>
    121121    </important>
    122 
     122<!--
    123123    <bridgehead renderas="sect3">CrackLib Dependencies</bridgehead>
    124124
     
    127127      <xref linkend="python2"/>
    128128    </para>
    129 
     129-->
    130130    <para condition="html" role="usernotes">User Notes:
    131131      <ulink url="&blfs-wiki;/cracklib"/>
     
    143143<screen><userinput>sed -i '/skipping/d' util/packer.c &amp;&amp;
    144144
     145PYTHON=python3               \
    145146./configure --prefix=/usr    \
    146147            --disable-static \
     
    208209
    209210    <para>
     211      <command>PYTHON=python3</command>: This forces the installation of
     212      python bindings for python3, even if python2 is installed.
     213    </para>
     214
     215    <para>
    210216      <parameter>--with-default-dict=/lib/cracklib/pw_dict</parameter>:
    211217      This parameter forces the installation of the
Note: See TracChangeset for help on using the changeset viewer.