Ignore:
Timestamp:
02/16/2014 10:51:23 AM (10 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
b4533fd
Parents:
4ba02e6c
Message:

Update to Serf-1.3.4. Fixes #4693.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/netlibs/serf.xml

    r4ba02e6c r9c93f095  
    55  %general-entities;
    66
    7   <!ENTITY serf-download-http "https://serf.googlecode.com/files/serf-&serf-version;.tar.bz2">
     7<!-- This link does not work presently (as of February 16th, 2014), but the
     8     next one may have to be updated soon.
     9  <!ENTITY serf-download-http "https://serf.googlecode.com/files/serf-&serf-version;.tar.bz2">-->
     10  <!ENTITY serf-download-http "https://serf.googlecode.com/svn/src_releases/serf-&serf-version;.tar.bz2">
    811  <!ENTITY serf-download-ftp  " ">
    9   <!ENTITY serf-md5sum        "8375cf4fe2a89773c7d6dbf0d540ed27">
     12  <!ENTITY serf-md5sum        "9820da2c46ee10773309f0de657cddfd">
    1013  <!ENTITY serf-size          "137 KB">
    1114  <!ENTITY serf-buildsize     "3.2 MB">
     
    103106<screen><userinput>sed -i "/Append/s:RPATH=libdir,::"   SConstruct &amp;&amp;
    104107sed -i "/Default/s:lib_static,::"    SConstruct &amp;&amp;
    105 sed -i "/Alias/s:install_static,::"  SConstruct &amp;&amp;<!--
    106 Next one only needed for v1.3.3; remove for next version -->
    107 sed -i '/get.*_LIBS/s:)):, '\'\''&amp;:' SConstruct &amp;&amp;
     108sed -i "/Alias/s:install_static,::"  SConstruct &amp;&amp;
    108109scons PREFIX=/usr</userinput></screen>
    109110
     
    125126    <para>
    126127      <command>sed -i "..."</command>: The first command removes the runtime
    127       path from a shared library, the next two commands disable building and
    128       installing of the static library, and the last one corrects a bug
    129       in the generated pkg-config file.
     128      path from a shared library and the next two commands disable building and
     129      installing of the static library.
    130130    </para>   
    131131
Note: See TracChangeset for help on using the changeset viewer.