diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2017-02-05 19:35:28 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2017-02-05 19:35:28 +0000 |
commit | 7e131ea6e5b035e0273e110f0a2123ce47cd31c1 (patch) | |
tree | d82c45b609db429166eb14b2c718851b1dcd0e32 /chapter06/inetutils.xml | |
parent | d5a59bf5fcc6a1bd615bc539647bec6bff4b7a94 (diff) |
Update to glibc-2.25.
Revert gperf to version 3.0.4.
Update to linux-4.9.8.tar.xz.
Update to check-0.11.0.
Update to shadow-4.4.
Update to e2fsprogs-1.43.4.
Update to sed-4.4.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11174 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/inetutils.xml')
-rw-r--r-- | chapter06/inetutils.xml | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/chapter06/inetutils.xml b/chapter06/inetutils.xml index af4c1790d..df6ffc3af 100644 --- a/chapter06/inetutils.xml +++ b/chapter06/inetutils.xml @@ -39,12 +39,7 @@ <sect2 role="installation"> <title>Installation of Inetutils</title> -<!-- - <para>Create a definition to allow the <command>ifconfig</command> program - to build properly:</para> -<screen><userinput remap="pre">echo '#define PATH_PROCNET_DEV "/proc/net/dev"' >> ifconfig/system/linux.h </userinput></screen> ---> <para>Prepare Inetutils for compilation:</para> <screen><userinput remap="configure">./configure --prefix=/usr \ @@ -110,10 +105,6 @@ <screen><userinput remap="test">make check</userinput></screen> - <para>One test, <emphasis>libls.sh</emphasis>, is known to fail due to hard - coding of some support program paths. All tests pass if the tests are - rerun at the end of Chapter 6.</para> - <para>Install the package:</para> <screen><userinput remap="install">make install</userinput></screen> |