diff options
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/systemd.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chapter06/systemd.xml b/chapter06/systemd.xml index a6c38904a..cce7c1177 100644 --- a/chapter06/systemd.xml +++ b/chapter06/systemd.xml @@ -59,6 +59,10 @@ -e 's@test-copy$(EXEEXT) @@' \ -i Makefile.in</userinput></screen> + <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> |