diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2018-03-24 02:08:49 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2018-03-24 02:08:49 +0000 |
commit | b55310ed2590e83d930b65fd7b492cf1b56398b5 (patch) | |
tree | 2be24747f1571f3c36918e3fa9e8711d0c03ef8c /chapter02 | |
parent | 1c6c92e9ebe7b8788085122880e2b8112732ae9d (diff) |
Remove reference to openssl in BLFS in Chapter 9.
Update minimum host system requirements.
Added the rationale for including openssl.
Update to util-linux-2.32.
Update to meson-0.45.0.
Update to e2fsprogs-1.44.0.
Update to linux-4.15.11.
Update to automake-1.16.1.
Update to systemd-238.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11387 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter02')
-rw-r--r-- | chapter02/hostreqs.xml | 16 |
1 files changed, 3 insertions, 13 deletions
diff --git a/chapter02/hostreqs.xml b/chapter02/hostreqs.xml index 821789837..2dc97f82d 100644 --- a/chapter02/hostreqs.xml +++ b/chapter02/hostreqs.xml @@ -29,13 +29,13 @@ </listitem> <listitem> - <para><emphasis role="strong">Binutils-2.17</emphasis> (Versions + <para><emphasis role="strong">Binutils-2.25</emphasis> (Versions greater than &binutils-version; are not recommended as they have not been tested)</para> </listitem> <listitem> - <para><emphasis role="strong">Bison-2.3</emphasis> (/usr/bin/yacc + <para><emphasis role="strong">Bison-2.7</emphasis> (/usr/bin/yacc should be a link to bison or small script that executes bison)</para> </listitem> @@ -61,19 +61,9 @@ </listitem> <listitem> - <para><emphasis role="strong">GCC-4.7</emphasis> including the C++ + <para><emphasis role="strong">GCC-4.9</emphasis> including the C++ compiler, <command>g++</command> (Versions greater than &gcc-version; are not recommended as they have not been tested)</para> -<!-- - <note><para>On some distributions, there have been reports that some - libraries used by gcc can be in an inconsistent state and that this - interferes with building some LFS packages. To check this, look in - /usr/lib and possibly /usr/lib64 for libgmp.la, libmpfr.la, and - libmpc.la. Either all three should be present or absent, but not only - one or two. If the problem exists on your system, either rename or - delete the .la files or install the appropriate missing - package.</para></note> ---> </listitem> <listitem> |