From ff097a94f58bad9c6265ac018d65be2a43ef1e05 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Sun, 15 Sep 2019 16:27:03 +0000 Subject: Text clarifications git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11673 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/m4.xml | 2 +- chapter06/glibc.xml | 2 +- chapter06/openssl.xml | 3 +-- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/chapter05/m4.xml b/chapter05/m4.xml index a4ed71be8..0dcc6b774 100644 --- a/chapter05/m4.xml +++ b/chapter05/m4.xml @@ -43,7 +43,7 @@ Installation of M4 - First, make some fixes required by glibc-2.28: + First, make some fixes introduced by glibc-2.28: sed -i 's/IO_ftrylockfile/IO_EOF_SEEN/' lib/*.c echo "#define _IO_IN_BACKUP 0x100" >> lib/stdio-impl.h diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml index c7e09499c..2c8363816 100644 --- a/chapter06/glibc.xml +++ b/chapter06/glibc.xml @@ -166,7 +166,7 @@ cd build esac The symbolic link above is needed to run the tests at this - stage of building in the chroot envirnment. It will be overwritten + stage of building in the chroot environment. It will be overwritten in the install phase below. make check diff --git a/chapter06/openssl.xml b/chapter06/openssl.xml index 125cd9ffc..941a6ae8d 100644 --- a/chapter06/openssl.xml +++ b/chapter06/openssl.xml @@ -64,8 +64,7 @@ make test - One subtest in the test 20-test_enc.t fails in the lfs chroot - environment, but passes when run as a regular user. + One subtest in the test 20-test_enc.t is known to fail. Install the package: -- cgit v1.2.3-54-g00ecf