diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2021-07-25 20:10:18 -0500 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2021-07-25 20:10:18 -0500 |
commit | ff96923bf37ce4beed6b4d0146c454c7df6da95f (patch) | |
tree | b2c7c117025c8a2f520f7bb6d15ad4854721acab /chapter08/util-linux.xml | |
parent | ff5c009123a8163e90f63dd39aa22ef33fc4dca2 (diff) |
Package updates and stripping fixes
Add workaround to strip libraries correctly.
Update to shadow-4.9.
Update to util-linux 2.37.1.
Diffstat (limited to 'chapter08/util-linux.xml')
-rw-r--r-- | chapter08/util-linux.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/chapter08/util-linux.xml b/chapter08/util-linux.xml index 8f72a80d7..d7613a74c 100644 --- a/chapter08/util-linux.xml +++ b/chapter08/util-linux.xml @@ -94,25 +94,25 @@ <screen role="nodump"><userinput>bash tests/run.sh --srcdir=$PWD --builddir=$PWD</userinput></screen> </warning> - +<!-- <note><para>There is one test that depends on the configuration of the kernel. If CONFIG_USER_NS or CONFIG_PID_NS are not set, the tests will hang forever. To work around the problem, delete one test:</para> <screen><userinput remap="test">rm tests/ts/lsns/ioctl_ns</userinput></screen> </note> - +--> <screen><userinput remap="test">chown -Rv tester . su tester -c "make -k check"</userinput></screen> <para>Install the package:</para> <screen><userinput remap="install">make install</userinput></screen> - +<!-- <para>Finally, install the man pages:</para> -<screen><userinput remap="install">tar -xf ../util-linux-man-pages-&util-linux-version;.tar.xz --directory /usr/share/man --strip-components=1</userinput></screen> - +<screen><userinput remap="install">tar -xf ../util-linux-man-pages-&util-linux-version;.tar.xz - -directory /usr/share/man - -strip-components=1</userinput></screen> +--> </sect2> <sect2 id="contents-utillinux" role="content"> |