diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2023-05-01 10:50:18 -0500 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2023-05-01 10:50:18 -0500 |
commit | a6c73fe5b2fb0617d44c1d1119444b1918157e17 (patch) | |
tree | 98db238a09d03690f6c2fde8e6e9b43f43d9b774 /chapter08/coreutils.xml | |
parent | ed48f326097d347f89ebc2cea948fed82ed73c9a (diff) | |
parent | a4e48bc4eceab3ecc3d1f6ddd4217c61b0721bbd (diff) |
Merge branch 'bdubbs/gcc13' into trunk
Diffstat (limited to 'chapter08/coreutils.xml')
-rw-r--r-- | chapter08/coreutils.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chapter08/coreutils.xml b/chapter08/coreutils.xml index 7c528d6c4..c72041b3b 100644 --- a/chapter08/coreutils.xml +++ b/chapter08/coreutils.xml @@ -54,11 +54,12 @@ </note> <!-- https://bugs.gnu.org/62403 --> +<!-- <para>Fix a bug in checksum utilities causing failed checks not reported correctly:</para> <screen><userinput remap="pre">sed '/if ( ! match/s/ed_checksums//' -i src/digest.c</userinput></screen> - +--> <para>Now prepare Coreutils for compilation:</para> <screen><userinput remap="configure">autoreconf -fiv |