On 10/12/2014 09:19 PM, [email protected] wrote: > Author: fernando > Date: Sun Oct 12 12:19:15 2014 > New Revision: 14588 > > Log: > Valgrind-3.10.0: fix configure to find Boost-1.56.x. > > Modified: > trunk/BOOK/general/prog/valgrind.xml > trunk/BOOK/introduction/welcome/changelog.xml > > Modified: trunk/BOOK/general/prog/valgrind.xml > ============================================================================== > --- trunk/BOOK/general/prog/valgrind.xml Sun Oct 12 11:27:16 2014 > (r14587) > +++ trunk/BOOK/general/prog/valgrind.xml Sun Oct 12 12:19:15 2014 > (r14588) > @@ -100,7 +100,8 @@ > <para>Install <application>Valgrind</application> by running the > following > commands:</para> > > -<screen><userinput>sed -i 's|/doc/valgrind||' docs/Makefile.in && > +<screen><userinput>sed -i 's/-mt//g' configure && > +sed -i 's|/doc/valgrind||' docs/Makefile.in && > > ./configure --prefix=/usr \ > --datadir=/usr/share/doc/valgrind-&valgrind-version; && > @@ -130,6 +131,11 @@ > <title>Command Explanations</title> > > <para> > + <command>sed -i 's/-mt//g' configure</command>: Fixes configure to find > + Boost-1.56.x. > + </para> > + > + <para> > <command>sed s|/doc/valgrind|| ... </command>: This sed provides for > installing the documentation in a versioned directory. > </para> > > Modified: trunk/BOOK/introduction/welcome/changelog.xml > ============================================================================== > --- trunk/BOOK/introduction/welcome/changelog.xml Sun Oct 12 11:27:16 > 2014 (r14587) > +++ trunk/BOOK/introduction/welcome/changelog.xml Sun Oct 12 12:19:15 > 2014 (r14588) > @@ -48,6 +48,10 @@ > <para>October 12th, 2014</para> > <itemizedlist> > <listitem> > + <para>[fernando] - Valgrind-3.10.0: fix configure to find > + Boost-1.56.x.</para> > + </listitem> > + <listitem> > <para>[fernando] - Update to p11-kit-0.22.1. Fixes > <ulink url="&blfs-ticket-root;5650">#5650</ulink>.</para> > </listitem> >
I believe it would be better to skip the version thing. Just add "with newer versions of Boost." since I don't remember that boost ever shipped -mt versions by default - at least not since I was building it (at least since 1.4x). -- Note: My last name is not Krejzi.
signature.asc
Description: OpenPGP digital signature
-- http://lists.linuxfromscratch.org/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
