Automatic merge of trunk into multilib

This commit is contained in:
Thomas Trepl 2023-06-12 00:30:15 +02:00
commit 22487156d1

View File

@ -202,9 +202,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>