diff options
author | Zack Winkles <winkie@linuxfromscratch.org> | 2004-06-07 19:42:59 +0000 |
---|---|---|
committer | Zack Winkles <winkie@linuxfromscratch.org> | 2004-06-07 19:42:59 +0000 |
commit | aa242b107f51b4aeec66a0ec27d023fa355886c6 (patch) | |
tree | f8696f0ff2ad450c76152361bb7f1706b812de10 /chapter06 | |
parent | 7e6c41d725951299381fb8e028c0e104842706d0 (diff) |
*** empty log message ***
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3765 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/net-tools.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/chapter06/net-tools.xml b/chapter06/net-tools.xml index de02cbc44..1b910acf5 100644 --- a/chapter06/net-tools.xml +++ b/chapter06/net-tools.xml @@ -43,10 +43,9 @@ fix by applying the following patch:</para> <screen><userinput>patch -Np1 -i ../net-tools-&net-tools-version;-gcc34-2.patch</userinput></screen> -<para>Net-tools has issues with the Linux 2.6 kernel series - fix these issues -by applying the following patch:</para> +<para>Fix an issue that arises when building against Linux 2.6:</para> -<screen><userinput>patch -Np1 -i ../net-tools-&net-tools-version;-kernel_headers-1.patch</userinput></screen> +<screen><userinput>sed -i 's@x25_address@struct &@' lib/x25_sr.c</userinput></screen> <para>Now prepare Net-tools for compilation (if you intend to accept the defaults, you can skip all the questions by running <userinput>yes "" | |