diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2007-04-16 20:24:06 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2007-04-16 20:24:06 +0000 |
commit | 27b8ff9a2562d90121d234490fddd491c7e9e230 (patch) | |
tree | ef98d6df4954368ccf38c276600e3dd64bbef892 | |
parent | a728d169764c53a7988fdd4116600f09be53bf52 (diff) |
Bump the minimum host version of Bison to 1.875 as earlier versions cause Bash to misbehave. Fixes #1977.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8066 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 3 | ||||
-rw-r--r-- | prologue/hostreqs.xml | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 639cbc509..22ded76ab 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -40,6 +40,9 @@ <para>2007-04-16</para> <itemizedlist> <listitem> + <para>[matthew] - Increase the version of Bison required on host + systems to 1.875. Bash doesn't work correctly with versions less than + that. Fixes <ulink url="&lfs-ticket-root;1977">#1977</ulink>.</para> <para>[matthew] - Change all references to <filename>/etc/adjtime</filename> in the Util-Linux sources to <filename>/var/lib/hwclock/adjtime</filename>. Previously, only diff --git a/prologue/hostreqs.xml b/prologue/hostreqs.xml index 6631bb26a..8e5b6f259 100644 --- a/prologue/hostreqs.xml +++ b/prologue/hostreqs.xml @@ -31,7 +31,7 @@ </listitem> <listitem> - <para><emphasis role="strong">Bison-1.26a</emphasis></para> + <para><emphasis role="strong">Bison-1.875</emphasis></para> </listitem> <listitem> |