From 704e800fcb3889343c57f64ba03e88116bb914be Mon Sep 17 00:00:00 2001 From: Xi Ruoyao Date: Wed, 13 Jan 2021 09:00:22 +0000 Subject: [PATCH] util-linux: runstatedir=/run is also needed by sysv git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12094 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter01/changelog.xml | 2 +- chapter08/util-linux.xml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 12cac6c72..8223a1a96 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -45,7 +45,7 @@ 2021-01-13 - + [xry111] - Fix util-linux uuidd socket path. diff --git a/chapter08/util-linux.xml b/chapter08/util-linux.xml index 61e05a6cf..7e61e6c6d 100644 --- a/chapter08/util-linux.xml +++ b/chapter08/util-linux.xml @@ -64,7 +64,8 @@ --disable-static \ --without-python \ --without-systemd \ - --without-systemdsystemunitdir + --without-systemdsystemunitdir \ + runstatedir=/run ./configure ADJTIME_PATH=/var/lib/hwclock/adjtime \ --docdir=/usr/share/doc/util-linux-&util-linux-version; \