Adapt valgrind to changes in glibc-2.33

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24244 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Douglas R. Reno 2021-02-20 18:43:29 +00:00
parent 6f708b85e9
commit 8db830bda9
2 changed files with 9 additions and 1 deletions

View File

@ -37,7 +37,7 @@
tools.
</para>
&lfs10_checked;
&lfs101_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
@ -119,6 +119,11 @@
<screen><userinput remap="pre">patch -Np1 -i ../valgrind-&valgrind-version;-gcc_10-fixes-1.patch</userinput></screen>
-->
<para>
First, adapt the tests to glibc-2.33:
</para>
<screen><userinput remap="pre">sed -i 's/arm64/amd64/' gdbserver_tests/nlcontrolc.vgtest</userinput></screen>
<para>
Install <application>Valgrind</application> by running the following

View File

@ -44,6 +44,9 @@
<listitem>
<para>February 20th, 2021</para>
<itemizedlist>
<listitem>
<para>[renodr] - Adapt valgrind to glibc-2.33.</para>
</listitem>
<listitem>
<para>[ken] - Update to asymptote-2.69. Fixes
<ulink url="&blfs-ticket-root;14687">#14687</ulink>.</para>