From 560065f976e371779928dbf8b9428217f3f57331 Mon Sep 17 00:00:00 2001 From: "Douglas R. Reno" Date: Thu, 4 Jun 2020 02:34:40 +0000 Subject: 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 --- chapter06/systemd.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'chapter06/systemd.xml') 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 @@ Installation of systemd - + First, apply a patch to fix the build with GCC-10: + +patch -Np1 -i ../systemd-&systemd-version;-gcc_10-fixes-1.patch + Create a symlink to work around missing xsltproc: @@ -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 \ The meaning of the meson options: + -D*-path=* -- cgit v1.2.3-54-g00ecf