diff options
author | Krejzi <krejzi@linuxfromscratch.org> | 2014-01-09 23:16:51 +0000 |
---|---|---|
committer | Krejzi <krejzi@linuxfromscratch.org> | 2014-01-09 23:16:51 +0000 |
commit | 94c0cb3d39beac89811e83165a20ea6baa562611 (patch) | |
tree | 984874dc59e2ef739c89c449e6cf4611f1ba2314 /prologue | |
parent | b2b9fd6fcf734ed03c9d776141eb3c4b0d6346a2 (diff) |
Merge lfs svn book and update to libcap-2.24
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd/BOOK@10439 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'prologue')
-rw-r--r-- | prologue/hostreqs.xml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/prologue/hostreqs.xml b/prologue/hostreqs.xml index c793cf7cd..153f31898 100644 --- a/prologue/hostreqs.xml +++ b/prologue/hostreqs.xml @@ -123,11 +123,6 @@ <para><emphasis role="strong">Tar-1.18</emphasis></para> </listitem> - <!-- Needed by the apparently broken Binutils-2.18 --> - <listitem> - <para><emphasis role="strong">Texinfo-4.9</emphasis></para> - </listitem> - <listitem> <para><emphasis role="strong">Xz-5.0.0</emphasis></para> </listitem> @@ -183,7 +178,6 @@ patch --version | head -n1 echo Perl `perl -V:version` sed --version | head -n1 tar --version | head -n1 -echo "Texinfo: `makeinfo --version | head -n1`" xz --version | head -n1 echo 'main(){}' > dummy.c && g++ -o dummy dummy.c |