Changeset 721991c
- Timestamp:
- 01/11/2019 08:52:17 PM (5 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 8.4, 9.0, 9.1, bdubbs/svn, 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:
- 4701264
- Parents:
- 5dd8e5b
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
introduction/welcome/changelog.xml
r5dd8e5b r721991c 47 47 <itemizedlist> 48 48 <listitem> 49 <para>[pierre] - Allow libpsl to build with Python 3.</para> 50 </listitem> 51 <listitem> 49 52 <para>[pierre] - Update to MarkupSafe-1.1.0. Fixes 50 53 <ulink url="&blfs-ticket-root;11318">#11318</ulink>.</para> -
networking/netlibs/libpsl.xml
r5dd8e5b r721991c 76 76 <bridgehead renderas="sect4">Required</bridgehead> 77 77 <para role="required"> 78 <xref linkend="libidn2"/> and 79 <xref linkend="python2"/> 78 <xref linkend="libidn2"/> 80 79 </para> 81 80 … … 99 98 </para> 100 99 101 <screen><userinput>./configure --prefix=/usr --disable-static && 100 <screen><userinput>sed -i 's/env python/&3/' src/psl-make-dafsa && 101 ./configure --prefix=/usr --disable-static && 102 102 make</userinput></screen> 103 103 … … 113 113 </sect2> 114 114 115 <sect2 role="commands"> 116 <title>Command Explanations</title> 117 118 <para> 119 <command>sed -i ...</command>: This command forces the use of 120 <application>Python 3</application> in an utility. 121 </para> 122 123 </sect2> 115 124 <sect2 role="content"> 116 125 <title>Contents</title>
Note:
See TracChangeset
for help on using the changeset viewer.