diff options
author | Xi Ruoyao <xry111@xry111.site> | 2023-06-11 04:56:44 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@xry111.site> | 2023-06-11 21:20:02 +0800 |
commit | a3bd4689406e3a9c62d5c5c1ba34cc473e4626ab (patch) | |
tree | 5885cb83ec01810cf5d56fd35db38929a4682c20 /chapter08 | |
parent | 7e7600de9ef3d21f5c3927a31f3d7e4e4bc643bd (diff) |
glibc: Reword the reason to skip test-installation.pl
It won't work even on a "complete LFS system".
Diffstat (limited to 'chapter08')
-rw-r--r-- | chapter08/glibc.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chapter08/glibc.xml b/chapter08/glibc.xml index 5b9b56840..a44e285c9 100644 --- a/chapter08/glibc.xml +++ b/chapter08/glibc.xml @@ -195,9 +195,9 @@ esac</userinput></screen> <screen><userinput remap="install">touch /etc/ld.so.conf</userinput></screen> - <para>Fix the Makefile to skip an unneeded sanity check - that fails in the LFS partial environment: - </para> + <!-- https://sourceware.org/bugzilla/show_bug.cgi?id=21911 --> + <para>Fix the Makefile to skip an outdated sanity check + that fails with a modern Glibc configuration:</para> <screen><userinput remap="install">sed '/test-installation/s@$(PERL)@echo not running@' -i ../Makefile</userinput></screen> |