From b55310ed2590e83d930b65fd7b492cf1b56398b5 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Sat, 24 Mar 2018 02:08:49 +0000 Subject: Remove reference to openssl in BLFS in Chapter 9. Update minimum host system requirements. Added the rationale for including openssl. Update to util-linux-2.32. Update to meson-0.45.0. Update to e2fsprogs-1.44.0. Update to linux-4.15.11. Update to automake-1.16.1. Update to systemd-238. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11387 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/systemd.xml | 8 ++++++++ chapter06/util-linux.xml | 4 ---- 2 files changed, 8 insertions(+), 4 deletions(-) (limited to 'chapter06') diff --git a/chapter06/systemd.xml b/chapter06/systemd.xml index 92fa91c5b..2a8ebd6d2 100644 --- a/chapter06/systemd.xml +++ b/chapter06/systemd.xml @@ -52,6 +52,14 @@ sed '178,222d' -i src/resolve/meson.build + + Make some fixes from upstream: + +sed -i '527,565 d' src/basic/missing.h +sed -i '24 d' src/core/load-fragment.c +sed -i '53 a#include <sys/mount.h>' src/shared/bus-unit-util.cd + Remove an unneeded group, render, from the default udev rules: diff --git a/chapter06/util-linux.xml b/chapter06/util-linux.xml index 5973081e4..72e7ddf1b 100644 --- a/chapter06/util-linux.xml +++ b/chapter06/util-linux.xml @@ -115,10 +115,6 @@ chown -Rv nobody . su nobody -s /bin/bash -c "PATH=$PATH make -k check" - One test, fincore/count, may fail in the initial chroot - environment but will pass if the test is rerun after the LFS system - is complete. - Install the package: make install -- cgit v1.2.3-54-g00ecf