mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 03:39:20 +01:00
coreutils: Fix a bug in checksum utilities for failure reporting
This commit is contained in:
parent
bdaf4239ef
commit
22f0edf6ba
@ -53,14 +53,12 @@
|
|||||||
those bugs are reproducible without this patch.</para>
|
those bugs are reproducible without this patch.</para>
|
||||||
</note>
|
</note>
|
||||||
|
|
||||||
<!-- this has been fixed in upstream gnulib, when a new version of
|
<!-- https://bugs.gnu.org/62403 -->
|
||||||
coreutils is released, please check #4055 to see if the change has been
|
<para>Fix a bug in checksum utilities causing failed checks not
|
||||||
picked up in this package -->
|
reported correctly:</para>
|
||||||
<!--
|
|
||||||
<para>Now, fix a problem with chmod return values:</para>
|
<screen><userinput remap="pre">sed '/if ( ! match/s/ed_checksums//' -i src/digest.c</userinput></screen>
|
||||||
|
|
||||||
<screen><userinput remap="pre">patch -Np1 -i ../&coreutils-chmod-patch;</userinput></screen>
|
|
||||||
-->
|
|
||||||
<para>Now prepare Coreutils for compilation:</para>
|
<para>Now prepare Coreutils for compilation:</para>
|
||||||
|
|
||||||
<screen><userinput remap="configure">autoreconf -fiv
|
<screen><userinput remap="configure">autoreconf -fiv
|
||||||
|
Loading…
Reference in New Issue
Block a user