diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2006-11-25 17:13:22 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2006-11-25 17:13:22 +0000 |
commit | 07dfccbedf153f0bc3a82ad301accf443090f8fa (patch) | |
tree | 635a0370b6dbf7ab761f9c0b5ba50268128cb0fd /chapter01 | |
parent | bc688338dd92f12a3506d266ac29dc9a8c12575f (diff) |
Bison is a host-system requirement because of the Bash upstream fixes patch. Fixes #1863.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7858 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01')
-rw-r--r-- | chapter01/changelog.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 04adba26d..9e7f9dd7b 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -40,6 +40,11 @@ <para>2006-11-25</para> <itemizedlist> <listitem> + <para>[matthew] - Add Bison to the host requirements as it is + required by &bash-fixes-patch; in chapter 5 (Fixes + <ulink url="&lfs-ticket-root;1863">#1863</ulink>).</para> + </listitem> + <listitem> <para>[matthew] - Use all 5 of the patches currently supplied by the upstream maintainers of Bash.</para> </listitem> |