diff options
author | Jeremy Utley <jeremy@linuxfromscratch.org> | 2003-09-23 04:13:09 +0000 |
---|---|---|
committer | Jeremy Utley <jeremy@linuxfromscratch.org> | 2003-09-23 04:13:09 +0000 |
commit | 94cb9c2250e9b8e0a2264073551e2ce15d4cc52c (patch) | |
tree | a6daa47e94369c7e299adf47ece38cc27987b770 /chapter06 | |
parent | 255504f783e4f8960835d74c66b450a0e1ecc658 (diff) |
Added net-tools patch to fix mii-tool compilation
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2869 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/nettools-inst.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chapter06/nettools-inst.xml b/chapter06/nettools-inst.xml index 942feadc0..c6783234b 100644 --- a/chapter06/nettools-inst.xml +++ b/chapter06/nettools-inst.xml @@ -13,6 +13,11 @@ to actually enable these protocols in the kernel -- what you do here is merely telling the package to include support for those protocols in its programs, but it's up to the kernel to make the protocols available.</para> +<para>The following patch will fix a small syntax problem with the source +for the mii-tool binary:</para> + +<para><screen><userinput>patch -Np1 -i ../net-tools-1.60-miitool-gcc33-1.patch</userinput></screen></para> + <para>Prepare Net-tools for compilation with:</para> <para><screen><userinput>make config</userinput></screen></para> |