aboutsummaryrefslogtreecommitdiffstats
path: root/chapter01
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2006-02-19 22:25:59 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2006-02-19 22:25:59 +0000
commit3992b216ad1ff36f0c64a8029d92d3d9a751c6c3 (patch)
tree6a2b345cac13f4dec7ba5fd97df4170f93239fdb /chapter01
parent91cfd9d1df64df13abf0cbcf4a6fb3c365b717d2 (diff)
Prevent perl from using headers from the host system
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7389 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01')
-rw-r--r--chapter01/changelog.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 51e704ddb..0e37a5647 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -40,6 +40,10 @@
<para>Febraury 19, 2006</para>
<itemizedlist>
<listitem>
+ <para>[matthew] - Upgrade Perl libc patch to prevent Perl from trying
+ to find headers on the host system. Fixes bug 1695.</para>
+ </listitem>
+ <listitem>
<para>[matthew] - Install Sed's HTML documentation by using
--enable-html instead of editing the Makefile. Thanks to Greg Schafer
for the report and the fix.</para>