Author: pierre Date: Fri Jan 11 12:52:17 2019 New Revision: 20949 Log: Allow libpsl to be built with Python 3
Modified: trunk/BOOK/introduction/welcome/changelog.xml trunk/BOOK/networking/netlibs/libpsl.xml Modified: trunk/BOOK/introduction/welcome/changelog.xml ============================================================================== --- trunk/BOOK/introduction/welcome/changelog.xml Fri Jan 11 12:43:52 2019 (r20948) +++ trunk/BOOK/introduction/welcome/changelog.xml Fri Jan 11 12:52:17 2019 (r20949) @@ -46,6 +46,9 @@ <para>January 11th, 2019</para> <itemizedlist> <listitem> + <para>[pierre] - Allow libpsl to build with Python 3.</para> + </listitem> + <listitem> <para>[pierre] - Update to MarkupSafe-1.1.0. Fixes <ulink url="&blfs-ticket-root;11318">#11318</ulink>.</para> </listitem> Modified: trunk/BOOK/networking/netlibs/libpsl.xml ============================================================================== --- trunk/BOOK/networking/netlibs/libpsl.xml Fri Jan 11 12:43:52 2019 (r20948) +++ trunk/BOOK/networking/netlibs/libpsl.xml Fri Jan 11 12:52:17 2019 (r20949) @@ -75,8 +75,7 @@ <bridgehead renderas="sect4">Required</bridgehead> <para role="required"> - <xref linkend="libidn2"/> and - <xref linkend="python2"/> + <xref linkend="libidn2"/> </para> <bridgehead renderas="sect4">Optional</bridgehead> @@ -98,7 +97,8 @@ commands: </para> -<screen><userinput>./configure --prefix=/usr --disable-static && +<screen><userinput>sed -i 's/env python/&3/' src/psl-make-dafsa && +./configure --prefix=/usr --disable-static && make</userinput></screen> <para> @@ -112,6 +112,15 @@ <screen role="root"><userinput>make install</userinput></screen> </sect2> + <sect2 role="commands"> + <title>Command Explanations</title> + + <para> + <command>sed -i ...</command>: This command forces the use of + <application>Python 3</application> in an utility. + </para> + + </sect2> <sect2 role="content"> <title>Contents</title> -- http://lists.linuxfromscratch.org/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page