mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 23:07:23 +08:00
Fix valgrind problems with GCC-10
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23114 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
fc95eadd27
commit
a67b5f36a3
@ -73,6 +73,16 @@
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<bridgehead renderas="sect3">Additional Downloads</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
<listitem>
|
||||
<para>
|
||||
Required patch:
|
||||
<ulink url="&patch-root;/valgrind-&valgrind-version;-gcc_10-fixes-1.patch"/>
|
||||
</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<bridgehead renderas="sect3">Valgrind Dependencies</bridgehead>
|
||||
|
||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||
@ -99,6 +109,12 @@
|
||||
<sect2 role="installation">
|
||||
<title>Installation of Valgrind</title>
|
||||
|
||||
<para>
|
||||
First, adapt the tests to GCC-10, and fix the build:
|
||||
</para>
|
||||
|
||||
<screen><userinput remap="pre">patch -Np1 -i ../valgrind-&valgrind-version;-gcc_10-fixes-1.patch</userinput></screen>
|
||||
|
||||
<para>
|
||||
Install <application>Valgrind</application> by running the following
|
||||
commands:
|
||||
|
@ -44,6 +44,9 @@
|
||||
<listitem>
|
||||
<para>May 12th, 2020</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[renodr] - Adapt valgrind to changes in GCC-10.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[thomas] - Upgrade to pcre2-10.35. Fixes
|
||||
<ulink url="&blfs-ticket-root;13520">#13520</ulink>.</para>
|
||||
|
Loading…
Reference in New Issue
Block a user