Changeset b4d8673


Ignore:
Timestamp:
11/29/2014 01:37:39 AM (9 years ago)
Author:
Christopher Gregory <cjg@…>
Branches:
systemd-13485
Children:
d59b81c8
Parents:
513c2cb
Message:

Added trunk fix to valgrind page to detect boost.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/valgrind.xml

    r513c2cb rb4d8673  
    101101    commands:</para>
    102102
    103 <screen><userinput>sed -i 's|/doc/valgrind||' docs/Makefile.in &amp;&amp;
    104 
     103<screen><userinput>sed -i 's/-mt//g' configure &amp;&amp;
     104sed -i 's|/doc/valgrind||' docs/Makefile.in &amp;&amp;
    105105./configure --prefix=/usr \
    106106            --datadir=/usr/share/doc/valgrind-&valgrind-version; &amp;&amp;
     
    129129  <sect2 role="commands">
    130130    <title>Command Explanations</title>
     131
     132    <para>
     133      <command>sed -i 's/-mt//g' configure</command>: Fixes configure script to
     134      find newer versions of Boost.
     135    </para>
    131136
    132137    <para>
Note: See TracChangeset for help on using the changeset viewer.