Changeset 721991c for networking


Ignore:
Timestamp:
01/11/2019 08:52:17 PM (5 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.4, 9.0, 9.1, bdubbs/svn, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
4701264
Parents:
5dd8e5b
Message:

Allow libpsl to be built with Python 3

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@20949 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/netlibs/libpsl.xml

    r5dd8e5b r721991c  
    7676    <bridgehead renderas="sect4">Required</bridgehead>
    7777    <para role="required">
    78       <xref linkend="libidn2"/> and
    79       <xref linkend="python2"/>
     78      <xref linkend="libidn2"/>
    8079    </para>
    8180
     
    9998    </para>
    10099
    101 <screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
     100<screen><userinput>sed -i 's/env python/&amp;3/' src/psl-make-dafsa &amp;&amp;
     101./configure --prefix=/usr --disable-static       &amp;&amp;
    102102make</userinput></screen>
    103103
     
    113113  </sect2>
    114114
     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>
    115124  <sect2 role="content">
    116125    <title>Contents</title>
Note: See TracChangeset for help on using the changeset viewer.