Changeset 440647ab for networking


Ignore:
Timestamp:
01/11/2019 08:34:09 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:
6878aa6
Parents:
227b44ff
Message:

Update to scons-3.0.3 and build scons with python3

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/netlibs/serf.xml

    r227b44ff r440647ab  
    104104sed -i "/Alias/s:install_static,::"         SConstruct &amp;&amp;
    105105sed -i "/  print/{s/print/print(/; s/$/)/}" SConstruct &amp;&amp;
     106sed -i "/get_contents()/s/,/.decode()&amp;/"    SConstruct &amp;&amp;
    106107
    107108scons PREFIX=/usr</userinput></screen>
     
    116117-->
    117118
     119<!-- With Python 3, check.py is broken. It could be fixed, but since the
     120     testsuite hangs anyway...
    118121    <para>
    119122      To test the results, issue: <command>scons check</command>.
    120123      The tests currently will cause a hang.
    121       <!--  with 8.1, tests hang for some reason. Look into this later. -->
     124    </para>
     125-->
     126
     127    <para>
     128      This package does not come with a functional testsuite.
    122129    </para>
    123130
     
    136143      <command>sed -i "..."</command>: The first command removes the runtime
    137144      path from a shared library and the next two commands disable building and
    138       installing of the static library.  The last command corrects for
    139       changes in scons-3.x.
     145      installing of the static library.  The fourth command corrects for
     146      changes in scons-3.x. The last command allows to use <application>
     147      Python 3</application>.
    140148    </para>
    141149
Note: See TracChangeset for help on using the changeset viewer.