diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2023-05-18 19:33:31 -0500 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2023-05-18 19:33:31 -0500 |
commit | 0a7df4c5db8e0e33e96cf8f5fae7cac0f0e82c56 (patch) | |
tree | 38a8a07762bcff6a6489393a892a524dcb650db4 /chapter08/util-linux.xml | |
parent | fb5f62be63a5e84a2badbade07fba1839df7ab5d (diff) |
Skip a problem test in util-linux.
Diffstat (limited to 'chapter08/util-linux.xml')
-rw-r--r-- | chapter08/util-linux.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chapter08/util-linux.xml b/chapter08/util-linux.xml index 7a21e2a1a..6c37af728 100644 --- a/chapter08/util-linux.xml +++ b/chapter08/util-linux.xml @@ -42,6 +42,10 @@ <sect2 role="installation"> <title>Installation of Util-linux</title> + <para>First, disable a problem test:</para> + + <screen><userinput remap="pre">sed -i '/test_mkfds/s/^/#/' tests/helpers/Makemodule.am</userinput></screen> + <para>Prepare Util-linux for compilation:</para> <screen revision="sysv"><userinput remap="configure">./configure ADJTIME_PATH=/var/lib/hwclock/adjtime \ |