diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2014-09-08 05:54:48 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2014-09-08 05:54:48 +0000 |
commit | 3b66f6a977777d9e22c3bf20481706b80ebc1359 (patch) | |
tree | 29cde42ad95d956979276ddcb5e7a257d174e98e /chapter06/util-linux.xml | |
parent | 23102e6e55cb034215ed43a4411685036637a583 (diff) |
Update to man-pages-3.72
Add upstream patches to gcc
Update to linux-3.16.2
Update to util-linux-2.25.1
Remove reference to defunct web site
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10734 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/util-linux.xml')
-rw-r--r-- | chapter06/util-linux.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chapter06/util-linux.xml b/chapter06/util-linux.xml index 3646b2e95..d67cad8ba 100644 --- a/chapter06/util-linux.xml +++ b/chapter06/util-linux.xml @@ -55,6 +55,11 @@ <sect2 role="installation"> <title>Installation of Util-linux</title> + <para>First, fix one of the regression tests:</para> + +<screen><userinput remap="pre">sed -e 's/2^64/(2^64/' -e 's/E </E) <=/' -e 's/ne /eq /' \ + -i tests/ts/ipcs/limits2</userinput></screen> + <para>Prepare Util-linux for compilation:</para> <screen><userinput remap="configure">./configure ADJTIME_PATH=/var/lib/hwclock/adjtime \ |