Changeset fb3a93b3


Ignore:
Timestamp:
09/30/2022 06:15:22 AM (19 months ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
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, xry111/llvm18, xry111/xf86-video-removal
Children:
f51350a6
Parents:
d7e6a68
Message:

cracklib: Fix commands and command explanations

Prompted by a report by "r1c0n3r0" on irc #lfs-support.
PYTHON=python3.10 is not needed anymore, as well as CPPFLAGS.
Document autoreconf.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/cracklib.xml

    rd7e6a68 rfb3a93b3  
    135135<screen><userinput>autoreconf -fiv &amp;&amp;
    136136
    137 PYTHON=python&python3-majorver;            \
     137PYTHON=python3               \
    138138./configure --prefix=/usr    \
    139139            --disable-static \
     
    199199
    200200    <para>
     201      <command>autoreconf -fiv</command>: The configure script shipped with
     202      the package is too old to get the right version string of Python
     203      3.10 or later. This command regenerates it with a more recent version
     204      of autotools, which fixes the issue.
     205    </para>
     206
     207    <para>
    201208      <envar>PYTHON=python3</envar>: This forces the installation of
    202209      python bindings for Python 3, even if Python 2 is installed.
    203210    </para>
    204 
     211    <!-- fixed by autoreconf
    205212    <para>
    206213      <envar>CPPFLAGS=-I/usr/include/python&python3-majorver;</envar>:
     
    208215      headers.
    209216    </para>
    210 
     217    -->
    211218    <para>
    212219      <parameter>--with-default-dict=/lib/cracklib/pw_dict</parameter>:
     
    218225    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    219226      href="../../xincludes/static-libraries.xml"/>
    220 
    221     <!-- FIXME: No longer needed with merged-/usr configuration
    222     <para>
    223       <command>mv -v /usr/lib/libcrack.so.2* /lib</command> and
    224       <command>ln -v -sf ../../lib/libcrack.so.2.9.0 ...</command>: These two
    225       commands move the <filename
    226       class="libraryfile">libcrack.so.2.9.0</filename>
    227       library and associated symlink from
    228       <filename class="directory">/usr/lib</filename> to
    229       <filename class="directory">/lib</filename>, then recreates the
    230       <filename class="symlink">/usr/lib/libcrack.so</filename> symlink
    231       pointing to the relocated file.
    232     </para>
    233     -->
    234227
    235228    <para>
Note: See TracChangeset for help on using the changeset viewer.