diff options
author | Greg Schafer <greg@linuxfromscratch.org> | 2004-01-20 05:59:05 +0000 |
---|---|---|
committer | Greg Schafer <greg@linuxfromscratch.org> | 2004-01-20 05:59:05 +0000 |
commit | d0a6c4c212b7204aef7ee577cf897d6c0c792520 (patch) | |
tree | 7fbb5f981f0583f923bbb53c9f98f6e1d239b954 /chapter06/coreutils.xml | |
parent | fae442d5f04416d382f6d14e8d5fefe7cf23bbbb (diff) |
Upgraded to Glibc-2.3.3, Kbd-1.12, Perl-5.8.3 and Shadow-4.0.4.1.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3177 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/coreutils.xml')
-rw-r--r-- | chapter06/coreutils.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chapter06/coreutils.xml b/chapter06/coreutils.xml index 9ceb62437..815a272c5 100644 --- a/chapter06/coreutils.xml +++ b/chapter06/coreutils.xml @@ -16,6 +16,10 @@ Estimated required disk space: &coreutils-compsize;</screen> <sect2> <title>Installation of Coreutils</title> +<para>Apply the same "Posixver" patch we used previously:</para> + +<screen><userinput>patch -Np1 -i ../&coreutils-posixver-patch;</userinput></screen> + <para>Normally the functionality of <userinput>uname</userinput> is somewhat broken, in that the <userinput>-p</userinput> switch always returns "unknown". The following patch fixes this behaviour for Intel architectures:</para> |