diff options
Diffstat (limited to 'chapter08/util-linux.xml')
-rw-r--r-- | chapter08/util-linux.xml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/chapter08/util-linux.xml b/chapter08/util-linux.xml index 18ab04199..a7c0c3d59 100644 --- a/chapter08/util-linux.xml +++ b/chapter08/util-linux.xml @@ -59,8 +59,7 @@ --disable-static \ --without-python \ --without-systemd \ - --without-systemdsystemunitdir \ - runstatedir=/run</userinput></screen> + --without-systemdsystemunitdir</userinput></screen> <screen revision="systemd"><userinput remap="configure">./configure ADJTIME_PATH=/var/lib/hwclock/adjtime \ --bindir=/usr/bin \ @@ -75,8 +74,7 @@ --disable-runuser \ --disable-pylibmount \ --disable-static \ - --without-python \ - runstatedir=/run</userinput></screen> + --without-python</userinput></screen> <para>The --disable and --without options prevent warnings about building components that require packages not in LFS or are |