diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2018-02-05 18:45:26 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2018-02-05 18:45:26 +0000 |
commit | e7f2b5dbea225bfa83ff65e8475b8f8c082a45d5 (patch) | |
tree | 023b076d8d9e7612e828c7ed766a43e9ab45f13f /chapter06 | |
parent | a61ee6409ca32bbbe8d094fc232b025e17f591a5 (diff) |
Update to expect-5.45.4.
Update to linux-4.15.1.
Update to man-db-2.8.0.
Reorder m4 in Chapter 6 to satisfy bison.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11362 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/glibc.xml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml index 2a74215f4..5bdc83216 100644 --- a/chapter06/glibc.xml +++ b/chapter06/glibc.xml @@ -66,11 +66,6 @@ <screen><userinput remap="pre">ln -sfv /tools/lib/gcc /usr/lib</userinput></screen> - <para>Now work around a problem caused by a hard-coded path to an - executable program:</para> - -<screen><userinput remap="pre">ln -sfv /tools/bin/m4 /usr/bin</userinput></screen> - <para>Determine the GCC include directory and create a symlink for LSB compliance. Additionally, for x86_64, create a compatibility symlink required for the dynamic loader to function correctly:</para> |