diff options
Diffstat (limited to 'chapter06/systemd.xml')
-rw-r--r-- | chapter06/systemd.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/chapter06/systemd.xml b/chapter06/systemd.xml index cbba14a69..2cf2d1d1b 100644 --- a/chapter06/systemd.xml +++ b/chapter06/systemd.xml @@ -39,12 +39,11 @@ <sect2 role="installation"> <title>Installation of systemd</title> -<!-- - <para>First, apply a patch to fix various bugs since the release - of systemd-243.</para> -<screen><userinput remap="pre">patch -Np1 -i ../systemd-&systemd-version;-consolidated_fixes-2.patch</userinput></screen> ---> + <para>First, apply a patch to fix the build with GCC-10:</para> + +<screen><userinput remap="pre">patch -Np1 -i ../systemd-&systemd-version;-gcc_10-fixes-1.patch</userinput></screen> + <para>Create a symlink to work around missing xsltproc:</para> @@ -73,7 +72,6 @@ LANG=en_US.UTF-8 \ meson --prefix=/usr \ --sysconfdir=/etc \ --localstatedir=/var \ - -Dc_args=-Wno-format-overflow \ -Dblkid=true \ -Dbuildtype=release \ -Ddefault-dnssec=no \ @@ -98,6 +96,7 @@ meson --prefix=/usr \ <variablelist> <title>The meaning of the meson options:</title> +<!-- <varlistentry> <term><parameter>-Dc_args=-Wno-format-overflow</parameter></term> <listitem> @@ -107,6 +106,7 @@ meson --prefix=/usr \ from occuring.</para> </listitem> </varlistentry> +--> <varlistentry> <term><parameter>-D*-path=*</parameter></term> |