diff options
author | DJ Lucas <dj@linuxfromscratch.org> | 2017-11-09 05:48:55 +0000 |
---|---|---|
committer | DJ Lucas <dj@linuxfromscratch.org> | 2017-11-09 05:48:55 +0000 |
commit | f1e1fe657992d117b5565129e33d7f0a6956e45f (patch) | |
tree | 709eb329b797fbcf07de79e0b9a1ff2f1b32e366 /chapter06/util-linux.xml | |
parent | 3f60e0c7231bdd4d6decc44486b6e2547702e356 (diff) |
Simplify linking for systemd and remove text references to /tools/include.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11326 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/util-linux.xml')
-rw-r--r-- | chapter06/util-linux.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chapter06/util-linux.xml b/chapter06/util-linux.xml index 7b90ab845..1a78af502 100644 --- a/chapter06/util-linux.xml +++ b/chapter06/util-linux.xml @@ -60,6 +60,10 @@ <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> --> + <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>Prepare Util-linux for compilation:</para> <screen revision="sysv"><userinput remap="configure">./configure ADJTIME_PATH=/var/lib/hwclock/adjtime \ |