diff options
author | Douglas R. Reno <renodr@linuxfromscratch.org> | 2020-06-04 02:34:40 +0000 |
---|---|---|
committer | Douglas R. Reno <renodr@linuxfromscratch.org> | 2020-06-04 02:34:40 +0000 |
commit | 560065f976e371779928dbf8b9428217f3f57331 (patch) | |
tree | 828cc29bfa5b35297adc411b7d167ba479ef4635 /chapter06 | |
parent | 54f2cdda358ff50b01fc14ec15aaefc9cb8eebff (diff) |
Update to perl-5.30.3 (security update)
Update to dbus-1.12.18 (security update) - systemd only
Update to man-db-2.9.2
Update to libcap-2.36
Update to bison-3.6.3
systemd: Buildfix for GCC-10 - patch instead of cflags
elfutils: run-elfclassify.sh no longer fails.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11895 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/libelf.xml | 2 | ||||
-rw-r--r-- | chapter06/systemd.xml | 12 |
2 files changed, 7 insertions, 7 deletions
diff --git a/chapter06/libelf.xml b/chapter06/libelf.xml index 4af178726..b559e6aa2 100644 --- a/chapter06/libelf.xml +++ b/chapter06/libelf.xml @@ -56,7 +56,7 @@ <screen><userinput remap="test">make check</userinput></screen> - <para>One test, run-elfclassify.sh, is known to fail.</para> +<!-- <para>One test, run-elfclassify.sh, is known to fail.</para>--> <para>Install only Libelf:</para> diff --git a/chapter06/systemd.xml b/chapter06/systemd.xml index c55a26834..f3f409e24 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> |