diff options
author | Pierre Labastie <pieere@linuxfromscratch.org> | 2020-04-19 14:45:08 +0000 |
---|---|---|
committer | Pierre Labastie <pieere@linuxfromscratch.org> | 2020-04-19 14:45:08 +0000 |
commit | effe07a910c6d737878b3a73715d5442ff4b06a6 (patch) | |
tree | 51ced00395b8d3243b563525cbb3e20b16f68ef3 /chapter01 | |
parent | 924667ee548b92b95e9355db0db6b2bd974401be (diff) |
Fix circular deps between util-linux and eudev/systemd:
- build util-linux in chapter 5 for both books
- move eudev before util-linux in chapter 6
- make utils-linux libs and headers accessible to /usr in
"Creating essential ..."
- not related, but forgotten at previous commit: make also libfl flex
library accessible to /usr
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11817 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
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 |