diff options
-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> |