Changeset 7b66ed2 for general/prog


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
  • 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>
Note: See TracChangeset for help on using the changeset viewer.