aboutsummaryrefslogtreecommitdiffstats
path: root/chapter01/changelog.xml
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2008-01-19 15:47:03 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2008-01-19 15:47:03 +0000
commit9692a576922a7772e8131d756e4234cea645b5b2 (patch)
tree34d9e6f07b6001a39d710a76bfcf323c40d6edd6 /chapter01/changelog.xml
parentd327d74c877a611230b2878ad71295a7057d2606 (diff)
Add Perl to the list of host requirements as Glibc needs it. Fixes #2112.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8453 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01/changelog.xml')
-rw-r--r--chapter01/changelog.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 296ee9f38..f86dc8800 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -40,6 +40,11 @@
<para>2008-01-19</para>
<itemizedlist>
<listitem>
+ <para>[matthew] - Add Perl to the list of host requirements, as it is
+ required by Glibc. Thanks to Ben Collver for the report. Fixes
+ <ulink url="&lfs-ticket-root;2112">#2112</ulink>.</para>
+ </listitem>
+ <listitem>
<para>[matthew] - Mention <command>strace</command> as another means
of logging installed files, and correct the URL of the Linux Standard
Base specifications. Fixes