Ignore:
Timestamp:
02/03/2019 06:37:53 PM (5 years ago)
Author:
DJ Lucas <dj@…>
Branches:
elogind
Children:
4d176c4f
Parents:
8f6f10e
Message:

Merge to HEAD 21080.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/netlibs/serf.xml

    r8f6f10e rd60cd837  
    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.