From effe07a910c6d737878b3a73715d5442ff4b06a6 Mon Sep 17 00:00:00 2001 From: Pierre Labastie Date: Sun, 19 Apr 2020 14:45:08 +0000 Subject: 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 --- chapter01/changelog.xml | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'chapter01') diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index d635048c1..1cc5ae937 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -45,6 +45,15 @@ 2020-04-19 + + [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 #4637, + #4638, and + #4642. + [pierre] - Reinstate flex in chapter 5, so that ar and ranlib (binutils) link against libfl. This allows to run tests for bison, -- cgit v1.2.3-54-g00ecf