diff options
author | DJ Lucas <dj@linuxfromscratch.org> | 2017-07-18 01:41:04 +0000 |
---|---|---|
committer | DJ Lucas <dj@linuxfromscratch.org> | 2017-07-18 01:41:04 +0000 |
commit | ba91030766c43f56bb2ec852ccf91f1ced08c6f2 (patch) | |
tree | 0b741bad5d136555bceed0f84616b57c48284c12 /chapter06/systemd.xml | |
parent | 67ce2a201a67ec4ed0aa0b79cf7b5e8b529efa24 (diff) |
Update to linux-4.12.2. Fixes #4113.
Update to expat-2.2.2. Fixes #4112.
Update to systemd-234. Fixes #4111.
Postpone systemd test suite until BLFS. Fixes #4107.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11270 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/systemd.xml')
-rw-r--r-- | chapter06/systemd.xml | 23 |
1 files changed, 2 insertions, 21 deletions
diff --git a/chapter06/systemd.xml b/chapter06/systemd.xml index c12937191..90be70f3b 100644 --- a/chapter06/systemd.xml +++ b/chapter06/systemd.xml @@ -40,31 +40,12 @@ <sect2 role="installation"> <title>Installation of systemd</title> - <para>First, fix a build error when using Util-Linux built in - Chapter 5:</para> - -<screen><userinput remap="pre">sed -i "s:blkid/::" $(grep -rl "blkid/blkid.h")</userinput></screen> - -<!-- Not needed as of 231. -renodr - <para>Fix a potential security issue with framebuffer devices:</para> - -<screen><userinput remap="pre">sed -e 's@DRI and frame buffer@DRI@' \ - -e '/SUBSYSTEM==\"graphics\", KERNEL==\"fb\*\"/d' \ - -i src/login/70-uaccess.rules</userinput></screen> ---> - - <para>Disable two tests that always fail:</para> + <para>First, disable two tests that always fail:</para> <screen><userinput remap="pre">sed -e 's@test/udev-test.pl @@' \ -e 's@test-copy$(EXEEXT) @@' \ -i Makefile.in</userinput></screen> -<!-- Not needed as of 232... anyone notice a pattern here? -renodr - <para>Apply a patch to fix a security issue:</para> - -<screen><userinput remap="pre">patch -Np1 -i ../systemd-231-security_fix-1.patch</userinput></screen> ---> - <para>Create a file to allow systemd to build when using Util-Linux built in Chapter 5, to disable LTO by default, and to build without xlstproc:</para> @@ -191,7 +172,7 @@ EOF</userinput></screen> <screen><userinput remap="make">make</userinput></screen> <para>This package has a test suite, but it can only be run after the - package has been installed.</para> + package has been reinstalled in BLFS.</para> <para>Install the package:</para> |