Changeset 7b66ed2
- Timestamp:
- 03/02/2021 10:19:04 PM (3 years ago)
- Branches:
- 11.0, 11.1, 11.2, 11.3, 12.0, kea, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/python-mods, qt5new, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 27534cc7
- Parents:
- 79eec369
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general/prog/python3.xml
r79eec369 r7b66ed2 115 115 <sect2 role="installation"> 116 116 <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> 117 123 118 124 <para> -
introduction/welcome/changelog.xml
r79eec369 r7b66ed2 46 46 <itemizedlist> 47 47 <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 <python&python3-majorver;/Python.h></command> 53 works.</para> 54 </listitem> 55 <listitem> 48 56 <para>[thomas] - Fix a seccomp issue in OpenSSH on non-x86_64 platforms.</para> 49 57 </listitem> -
postlfs/security/cracklib.xml
r79eec369 r7b66ed2 120 120 </para> 121 121 </important> 122 122 <!-- 123 123 <bridgehead renderas="sect3">CrackLib Dependencies</bridgehead> 124 124 … … 127 127 <xref linkend="python2"/> 128 128 </para> 129 129 --> 130 130 <para condition="html" role="usernotes">User Notes: 131 131 <ulink url="&blfs-wiki;/cracklib"/> … … 143 143 <screen><userinput>sed -i '/skipping/d' util/packer.c && 144 144 145 PYTHON=python3 \ 145 146 ./configure --prefix=/usr \ 146 147 --disable-static \ … … 208 209 209 210 <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> 210 216 <parameter>--with-default-dict=/lib/cracklib/pw_dict</parameter>: 211 217 This parameter forces the installation of the
Note:
See TracChangeset
for help on using the changeset viewer.