diff options
author | Jim Gifford <jim@linuxfromscratch.org> | 2004-12-06 18:24:50 +0000 |
---|---|---|
committer | Jim Gifford <jim@linuxfromscratch.org> | 2004-12-06 18:24:50 +0000 |
commit | 711166645184366f4d0b09b34cbbeebae9ae5cd3 (patch) | |
tree | 5b2bd518c7f1aa9608f315821daedb0be7f2c690 /chapter06/iproute2.xml | |
parent | 016b2bbd5d640c99ce05d9739419a2afea946c60 (diff) |
Updates to findutils, util-linux, and iproute2. More library changes
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4359 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/iproute2.xml')
-rw-r--r-- | chapter06/iproute2.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/chapter06/iproute2.xml b/chapter06/iproute2.xml index f3ddc2699..0401b4701 100644 --- a/chapter06/iproute2.xml +++ b/chapter06/iproute2.xml @@ -42,6 +42,12 @@ <screen><userinput>patch -Np1 -i ../iproute2-&iproute2-patch-version;-remove_db-1.patch</userinput></screen> + <para>The patch below fixes the issue with the newer versions of findutils, + the issue will give an error message it options are not in the proper order. + This patch corrects this issue for IPRoute2.</para> + + <screen><userinput>patch -Np1 -i ../iproute2-&iproute2-patch-version;-find_update-1.patch</userinput></screen> + <para>Prepare iproute2 for compilation:</para> <screen> <userinput>./configure </userinput></screen> |