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 /chapter06/util-linux.xml | |
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 'chapter06/util-linux.xml')
-rw-r--r-- | chapter06/util-linux.xml | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/chapter06/util-linux.xml b/chapter06/util-linux.xml index d31f67cde..b14c19405 100644 --- a/chapter06/util-linux.xml +++ b/chapter06/util-linux.xml @@ -60,11 +60,13 @@ <screen><userinput remap="pre">sed -e 's/2^64/(2^64/' -e 's/E </E) <=/' -e 's/ne /eq /' \ -i tests/ts/ipcs/limits2</userinput></screen> --> -<!-- those symlinks are not created anymore - <para revision="systemd">Remove the earlier created symlinks:</para> -<screen revision="systemd"><userinput remap="pre">rm -vf /usr/include/{blkid,libmount,uuid}</userinput></screen> ---> + <para>Remove the earlier created symlinks and files:</para> + +<screen><userinput remap="pre">rm -vf /usr/include/{blkid,libfdisk,libmount,uuid} +rm -vf /usr/lib/{blkid,fdisk,mount,uuid}.so* +rm -vf /usr/lib/pkgconfig/{blkid,fdisk,mount,uuid}.pc</userinput></screen> + <para>Prepare Util-linux for compilation:</para> <screen revision="sysv"><userinput remap="configure">./configure ADJTIME_PATH=/var/lib/hwclock/adjtime \ |