Ignore:
Timestamp:
01/28/2019 09:29:58 PM (5 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.4, 9.0, 9.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:
eb609fef
Parents:
cdc1afd
Message:

Add and document a switch for using Python 3 in libpwquality

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/libpwquality.xml

    rcdc1afd r2c64887e  
    8585    </para>
    8686
     87    <bridgehead renderas="sect4">Optional</bridgehead>
     88    <para role="optional">
     89      <xref linkend="python2"/>
     90    </para>
     91
    8792    <para condition="html" role="usernotes">User Notes:
    8893      <ulink url="&blfs-wiki;/libpwquality"/>
     
    99104
    100105<screen><userinput>./configure --prefix=/usr --disable-static \
    101             --with-securedir=/lib/security &amp;&amp;
     106            --with-securedir=/lib/security \
     107            --with-python-binary=python3   &amp;&amp;
    102108make</userinput></screen>
    103109
     
    112118<screen role="root"><userinput>make install</userinput></screen>
    113119
     120  </sect2>
     121
     122  <sect2 role="commands">
     123    <title>Command Explanations</title>
     124
     125    <para>
     126      <parameter>--with-python-binary=python3</parameter>: This parameter gives
     127      the location of the <application>Python</application> binary. The default
     128      is <parameter>python</parameter>, and requires <xref linkend="python2"/>.
     129    </para>
    114130  </sect2>
    115131
Note: See TracChangeset for help on using the changeset viewer.