Changeset 7b66ed2


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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general/prog/python3.xml

    r79eec369 r7b66ed2  
    115115  <sect2 role="installation">
    116116    <title>Installation of Python 3</title>
     117
     118    <para>
     119      Fix a header file, which is needed for some use cases:
     120    </para>
     121
     122<screen><userinput>sed 's|cpython/||' -i Include/cpython/pystate.h</userinput></screen>
    117123
    118124    <para>
  • introduction/welcome/changelog.xml

    r79eec369 r7b66ed2  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[pierre] - Force usage of python3 for cracklib bindings.</para>
     49        </listitem>
     50        <listitem>
     51          <para>[pierre] - Fix a header file in python, so that
     52          <command>#include &lt;python&python3-majorver;/Python.h&gt;</command>
     53          works.</para>
     54        </listitem>
     55        <listitem>
    4856          <para>[thomas] - Fix a seccomp issue in OpenSSH on non-x86_64 platforms.</para>
    4957        </listitem>
  • 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.