From e0ed60dabaa362fb6d5f547ae56424500783fea5 Mon Sep 17 00:00:00 2001 From: Krejzi Date: Fri, 28 Nov 2014 14:38:19 +0000 Subject: [PATCH] Updated to systemd-217. git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd@10798 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter01/changelog.xml | 3 +++ chapter06/systemd.xml | 10 ++++++++-- packages.ent | 10 +++++----- patches.ent | 4 ++++ 4 files changed, 20 insertions(+), 7 deletions(-) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 3fe7916d8..009403dde 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -38,6 +38,9 @@ 2014-11-28 + + [krejzi] - Updated to systemd-217. + [krejzi] - Updated to dbus-1.8.12. diff --git a/chapter06/systemd.xml b/chapter06/systemd.xml index 21b6c008c..332952597 100644 --- a/chapter06/systemd.xml +++ b/chapter06/systemd.xml @@ -61,11 +61,16 @@ EOF sed -i "s:blkid/::" $(grep -rl "blkid/blkid.h") - Apply a patch so that compat pkg-config files get - installed without installing compat libs which are useless on LFS: + Apply the following patch so that compat pkg-config files + get installed without installing compat libs which are useless on LFS: patch -Np1 -i ../&systemd-compat-patch; + Also, apply the following patch to fix various bugs that have been + addressed upstream: + +patch -Np1 -i ../&systemd-fixes-patch; + Prepare systemd for compilation: ./configure --prefix=/usr \ @@ -175,6 +180,7 @@ EOF sed -e "s:test/udev-test.pl::g" \ -e "s:test-bus-cleanup\$(EXEEXT) ::g" \ + -e "s:test-cgroup-mask\$(EXEEXT) ::g" \ -e "s:test-condition-util\$(EXEEXT) ::g" \ -e "s:test-dhcp6-client\$(EXEEXT) ::g" \ -e "s:test-engine\$(EXEEXT) ::g" \ diff --git a/packages.ent b/packages.ent index 07abbe0a9..9857dacda 100644 --- a/packages.ent +++ b/packages.ent @@ -525,13 +525,13 @@ - - + + - + - - + + diff --git a/patches.ent b/patches.ent index 0c01d26cd..56b8076d3 100644 --- a/patches.ent +++ b/patches.ent @@ -73,6 +73,10 @@ + + + +