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 @@ + + + +