Changeset 0f0dc82
- Timestamp:
- 04/21/2021 05:56:54 PM (2 years ago)
- Branches:
- 11.0, 11.1, 11.2, 11.3, 12.0, kea, ken/inkscape-core-mods, lazarus, lxqt, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- c9aa980
- Parents:
- 5156197
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
introduction/welcome/changelog.xml
r5156197 r0f0dc82 46 46 <itemizedlist> 47 47 <listitem> 48 <para>[xry111] - Add workaround for cracklib to build Python 3 49 module.</para> 50 </listitem> 51 <listitem> 48 52 <para>[xry111] - Revert 7b66ed21, as the proposed fix in it 49 53 is rejected by Python maintainers.</para> -
postlfs/security/cracklib.xml
r5156197 r0f0dc82 120 120 </important> 121 121 122 <bridgehead renderas="sect3">CrackLib Dependencies</bridgehead>123 124 <bridgehead renderas="sect4">Optional</bridgehead>125 <para role="optional">126 <xref linkend="python2"/>127 </para>128 129 122 <para condition="html" role="usernotes">User Notes: 130 123 <ulink url="&blfs-wiki;/cracklib"/> … … 142 135 <screen><userinput>sed -i '/skipping/d' util/packer.c && 143 136 137 PYTHON=python3 CPPFLAGS=-I/usr/include/python&python3-majorver; \ 144 138 ./configure --prefix=/usr \ 145 139 --disable-static \ … … 207 201 208 202 <para> 203 <envar>PYTHON=python3</envar>: This forces the installation of 204 python bindings for Python 3, even if Python 2 is installed. 205 </para> 206 207 <para> 208 <envar>CPPFLAGS=-I/usr/include/python&python3-majorver;</envar>: 209 This works around an issue caused by incorrect usage of Python 3 210 headers. 211 </para> 212 213 <para> 209 214 <parameter>--with-default-dict=/lib/cracklib/pw_dict</parameter>: 210 215 This parameter forces the installation of the … … 272 277 cracklib-unpacker and create-cracklib-dict</seg> 273 278 274 <seg>libcrack.so and the _cracklib module.so275 <application>Python</application> module</seg>279 <seg>libcrack.so and the _cracklib.so 280 (<application>Python</application> module)</seg> 276 281 277 282 <seg>/lib/cracklib, /usr/share/dict and /usr/share/cracklib</seg>
Note:
See TracChangeset
for help on using the changeset viewer.