diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2018-09-20 17:02:36 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2018-09-20 17:02:36 +0000 |
commit | 6c672426f85596f90903645f78d510d52f2846a5 (patch) | |
tree | 5ac575573b45c393a3f7fa97682a3821f0e7a4e6 /chapter06/make.xml | |
parent | 9a7684765c7ae30bfdfc5a9c5ad4feb2ecc92517 (diff) |
Clean up of unneeded symbolic links.
Reordered packages so version specific packages are
built as late as possible in Chapter 6. Now building
util-linux in Chapter 5 is unneeded and has been removed.
Update to eudev-3.2.6.
Update to elfutils-0.174 (libelf).
Update to psmisc-23.2.
Update to openssl-1.1.1.
Update to linux-4.18.9.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11472 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/make.xml')
-rw-r--r-- | chapter06/make.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/make.xml b/chapter06/make.xml index bf57ce74c..e2792976b 100644 --- a/chapter06/make.xml +++ b/chapter06/make.xml @@ -40,7 +40,7 @@ <sect2 role="installation"> <title>Installation of Make</title> - <para>Again, work around an error caused by glibc-2.27:</para> + <para>Again, work around an error caused by glibc-2.27 and later:</para> <screen><userinput remap="pre">sed -i '211,217 d; 219,229 d; 232 d' glob/glob.c</userinput></screen> <para>Prepare Make for compilation:</para> |