diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2019-02-14 19:11:08 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2019-02-14 19:11:08 +0000 |
commit | 791b6c7029f0b6fcbae872645ddf7cfb634d125a (patch) | |
tree | 0106cb40cf8e6c226f5d824ef4150336d8eede88 /chapter01 | |
parent | 75828c36ccd065cca1236e0b5fc824e726d211b4 (diff) |
Fix a problem when building Python in Chapter 5 where some hosts may use host
dependent headers.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11519 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01')
-rw-r--r-- | chapter01/changelog.xml | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index f55324c9e..85fdfd493 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -46,6 +46,17 @@ <para>2019-02-011</para> <itemizedlist> <listitem> + <para>[bdubbs] - Fix a problem when building Python in + Chapter 5 where some hosts may use host dependent + headers.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> + <para>2019-02-011</para> + <itemizedlist> + <listitem> <para>[bdubbs] - Update to linux-4.20.7. Fixes <ulink url="&lfs-ticket-root;4421">#4421</ulink>.</para> </listitem> @@ -56,7 +67,6 @@ </itemizedlist> </listitem> - <listitem> <para>2019-02-08</para> <itemizedlist> |