aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/glibc.xml
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2012-09-02 03:32:54 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2012-09-02 03:32:54 +0000
commitc0b11718f64080ee987f49ec32f19fa5733b5140 (patch)
tree846d8d4b658c8425387411cd637a3dacaa1d7a51 /chapter06/glibc.xml
parentc5dd7bb4ec1c1e9fa8603e6e5bb3c0251b135ab1 (diff)
Add a patch to Chapter 6 glibc to fix the test-installation.pl
script instead of just preventing it from running Update to systemd-189 git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9981 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/glibc.xml')
-rw-r--r--chapter06/glibc.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml
index 87e113292..8e5a411f0 100644
--- a/chapter06/glibc.xml
+++ b/chapter06/glibc.xml
@@ -90,10 +90,10 @@ unset DL</userinput></screen>-->
<para>When running <command>make install</command>, a script called
<filename>test-installation.pl</filename> performs a small sanity test on
- our newly installed Glibc. However, it contains a bug that causes it to
- fail, so prevent it from running by issuing the following command:</para>
+ our newly installed Glibc. Use a patch to fix the bug that causes it to
+ fail:</para>
-<screen><userinput remap="pre">sed -i '/test-installation.pl/d' Makefile</userinput></screen>
+<screen><userinput remap="pre">patch -Np1 -i ../&glibc-installation-patch;</userinput></screen>
<para>The <command>ldd</command> shell script contains Bash-specific
syntax. Change its default program interpreter to <command>/bin/bash</command>