Changeset 5156197
- Timestamp:
- 04/21/2021 05:47:11 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:
- 0f0dc82
- Parents:
- 45ab6c7
- git-author:
- Xi Ruoyao <xry111@…> (04/21/2021 05:35:09 PM)
- git-committer:
- Xi Ruoyao <xry111@…> (04/21/2021 05:47:11 PM)
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general/prog/python3.xml
r45ab6c7 r5156197 114 114 <sect2 role="installation"> 115 115 <title>Installation of Python 3</title> 116 117 <para>118 Fix a header file, which is needed for some use cases:119 </para>120 121 <screen><userinput>sed 's|cpython/||' -i Include/cpython/pystate.h</userinput></screen>122 116 123 117 <para> -
introduction/welcome/changelog.xml
r45ab6c7 r5156197 43 43 44 44 <listitem> 45 <para>April 21th, 2021</para> 46 <itemizedlist> 47 <listitem> 48 <para>[xry111] - Revert 7b66ed21, as the proposed fix in it 49 is rejected by Python maintainers.</para> 50 </listitem> 51 </itemizedlist> 52 </listitem> 53 54 <listitem> 45 55 <para>April 19th, 2021</para> 46 56 <itemizedlist> -
postlfs/security/cracklib.xml
r45ab6c7 r5156197 119 119 </para> 120 120 </important> 121 <!-- 121 122 122 <bridgehead renderas="sect3">CrackLib Dependencies</bridgehead> 123 123 … … 126 126 <xref linkend="python2"/> 127 127 </para> 128 --> 128 129 129 <para condition="html" role="usernotes">User Notes: 130 130 <ulink url="&blfs-wiki;/cracklib"/> … … 142 142 <screen><userinput>sed -i '/skipping/d' util/packer.c && 143 143 144 PYTHON=python3 \145 144 ./configure --prefix=/usr \ 146 145 --disable-static \ … … 208 207 209 208 <para> 210 <command>PYTHON=python3</command>: This forces the installation of211 python bindings for python3, even if python2 is installed.212 </para>213 214 <para>215 209 <parameter>--with-default-dict=/lib/cracklib/pw_dict</parameter>: 216 210 This parameter forces the installation of the
Note:
See TracChangeset
for help on using the changeset viewer.