aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/chapter06.xml
diff options
context:
space:
mode:
authorPierre Labastie <pieere@linuxfromscratch.org>2020-04-19 14:45:08 +0000
committerPierre Labastie <pieere@linuxfromscratch.org>2020-04-19 14:45:08 +0000
commiteffe07a910c6d737878b3a73715d5442ff4b06a6 (patch)
tree51ced00395b8d3243b563525cbb3e20b16f68ef3 /chapter06/chapter06.xml
parent924667ee548b92b95e9355db0db6b2bd974401be (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/chapter06.xml')
-rw-r--r--chapter06/chapter06.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/chapter06/chapter06.xml b/chapter06/chapter06.xml
index a6b15f6b5..346df82cd 100644
--- a/chapter06/chapter06.xml
+++ b/chapter06/chapter06.xml
@@ -88,13 +88,13 @@
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="systemd.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="dbus.xml"/>
+ <!-- sysv only -->
+ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="eudev.xml"/>
+
<!-- Both sysv on systemd builds -->
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="procps.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="util-linux.xml"/>
- <!-- sysv only -->
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="eudev.xml"/>
-
<!-- Both sysv and systemd builds -->
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="e2fsprogs.xml"/>