diff options
author | Zack Winkles <winkie@linuxfromscratch.org> | 2004-06-24 17:38:46 +0000 |
---|---|---|
committer | Zack Winkles <winkie@linuxfromscratch.org> | 2004-06-24 17:38:46 +0000 |
commit | e43d9b664be589bd1f5068dfa55d6b25386792e2 (patch) | |
tree | 5d528523fcabdf16736f63576824deca09b76365 /chapter06 | |
parent | 3f91a9cef2dfe59c88ea2f4bfe5c0e68d8c627a2 (diff) |
Upgraded to Linux-libc-headers 2.6.7.0 and updated the Net-tools GCC patch
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3849 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/net-tools.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/net-tools.xml b/chapter06/net-tools.xml index e9bc7b096..9f4388b5e 100644 --- a/chapter06/net-tools.xml +++ b/chapter06/net-tools.xml @@ -41,7 +41,7 @@ but it's up to the kernel to make the protocols available.</para> <para>This package also has issues with being compiled by GCC 3.4, which we fix by applying the following patch:</para> -<screen><userinput>patch -Np1 -i ../net-tools-&net-tools-version;-gcc34-2.patch</userinput></screen> +<screen><userinput>patch -Np1 -i ../net-tools-&net-tools-version;-gcc34-3.patch</userinput></screen> <para>Fix an issue that arises when building against Linux 2.6:</para> |