aboutsummaryrefslogtreecommitdiffstats
path: root/chapter01
diff options
context:
space:
mode:
authorPierre Labastie <pieere@linuxfromscratch.org>2020-04-19 14:06:50 +0000
committerPierre Labastie <pieere@linuxfromscratch.org>2020-04-19 14:06:50 +0000
commit924667ee548b92b95e9355db0db6b2bd974401be (patch)
treea20d78a5736dce96ce53538f993adccfb4b52290 /chapter01
parentc2863e6d25a5baff47d5911de3e8ac0d2ec63c71 (diff)
Reinstate flex in chapter 5, for the sake on ar and ranlib.
This allows to reinstate bison's tests. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11816 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01')
-rw-r--r--chapter01/changelog.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 26c2bfd22..d635048c1 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -46,6 +46,12 @@
<para>2020-04-19</para>
<itemizedlist>
<listitem>
+ <para>[pierre] - Reinstate flex in chapter 5, so that ar and ranlib
+ (binutils) link against libfl. This allows to run tests for bison,
+ too. Fixes
+ <ulink url="&lfs-ticket-root;4631">#4631</ulink>.</para>
+ </listitem>
+ <listitem>
<para>[pierre] - Prevent readline.pc from referencing termcap as
a private library by adding --with-curses to configure switches.
Fixes <ulink url="&lfs-ticket-root;4635">#4635</ulink>.</para>