Changeset fabeff7 for networking


Ignore:
Timestamp:
09/26/2017 01:35:42 AM (7 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, 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:
af451f4
Parents:
4460877
Message:

Update to scons-3.0.0.
Update to mercurial-4.3.2.
Update to shared-mime-info-1.9.
Update to six-1.11.0 (Python module).
Update to pycairo-1.15.3 (python module).
Update to iso-codes-3.76.
Update to python2-2.7.14.
Update to enchant-2.1.1.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/netlibs/serf.xml

    r4460877 rfabeff7  
    101101    </para>
    102102
    103 <screen><userinput>sed -i "/Append/s:RPATH=libdir,::"   SConstruct &amp;&amp;
    104 sed -i "/Default/s:lib_static,::"    SConstruct &amp;&amp;
    105 sed -i "/Alias/s:install_static,::"  SConstruct &amp;&amp;
     103<screen><userinput>sed -i "/Append/s:RPATH=libdir,::"          SConstruct &amp;&amp;
     104sed -i "/Default/s:lib_static,::"           SConstruct &amp;&amp;
     105sed -i "/Alias/s:install_static,::"         SConstruct &amp;&amp;
     106sed -i "/  print/{s/print/print(/; s/$/)/}" SConstruct &amp;&amp;
     107
    106108scons PREFIX=/usr</userinput></screen>
    107109
     
    135137      <command>sed -i "..."</command>: The first command removes the runtime
    136138      path from a shared library and the next two commands disable building and
    137       installing of the static library.
     139      installing of the static library.  The last command corrects for
     140      changes in scons-3.x.
    138141    </para>
    139142
Note: See TracChangeset for help on using the changeset viewer.