Changeset c1725e6 for general/prog


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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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>
Note: See TracChangeset for help on using the changeset viewer.