Changeset c1725e6


Ignore:
Timestamp:
05/24/2015 03:25:12 PM (9 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.8, 7.9, 8.0, 8.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, nosym, 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:
0ac0fa4
Parents:
eb0dfee6
Message:

Added sed for Valgrind to fix compilation issue on linux-4.x based systems. Thank you Armin for the sed.

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    reb0dfee6 rc1725e6  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "23">                   <!-- Always 2 digits -->
     3<!ENTITY day          "24">                   <!-- Always 2 digits -->
    44<!ENTITY month        "05">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2015">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "May 23rd, &year;">
     9<!ENTITY releasedate  "May 24th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • general/prog/valgrind.xml

    reb0dfee6 rc1725e6  
    122122    </para>
    123123
    124 <screen><userinput>sed -i 's/-mt//g' configure &amp;&amp;
     124<screen><userinput>sed -i 's#|3.\*#&|4.\*#' configure &amp;&amp;
     125sed -i 's/-mt//g' configure &amp;&amp;
    125126sed -i 's|/doc/valgrind||' docs/Makefile.in &amp;&amp;
    126127
     
    150151  <sect2 role="commands">
    151152    <title>Command Explanations</title>
     153
     154    <para>
     155      <command>sed -i 's#|3.\*#&|4.\*#' configure</command>:This sed fixes an
     156     issue that prevents Valgrind from compiling on systems with a linux-4.x
     157     based kernel.
     158    </para>
    152159
    153160    <para>
  • introduction/welcome/changelog.xml

    reb0dfee6 rc1725e6  
    4444
    4545-->
     46    <listitem>
     47      <para>May 24th, 2015 </para>
     48      <itemizedlist>
     49        <listitem>
     50          <para>[renodr] - Add a sed to fix a compilation issue with Valgrind
     51          on systems that have a linux-4.x based kernel. Thanks to Armin K.
     52          for sending me that sed.</para>     
     53       </listitem>
     54      </itemizedlist>
     55    </listitem>
    4656
    4757    <listitem>
Note: See TracChangeset for help on using the changeset viewer.