diff options
Diffstat (limited to 'chapter01')
-rw-r--r-- | chapter01/changelog.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index d635048c1..1cc5ae937 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -46,6 +46,15 @@ <para>2020-04-19</para> <itemizedlist> <listitem> + <para>[pierre] - Build util-linux in chapter 5 for both books. + link util-linux libraries and headers from /usr to /tools. + Copy util-linux pkg-config files from /tools to /usr, changing + any occurence of /tools to /usr. Also move eudev before util-linux. + Fixes <ulink url="&lfs-ticket-root;4637">#4637</ulink>, + <ulink url="&lfs-ticket-root;4638">#4638</ulink>, and + <ulink url="&lfs-ticket-root;4642">#4642</ulink>.</para> + </listitem> + <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 |