diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2013-02-24 19:39:18 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2013-02-24 19:39:18 +0000 |
commit | d65b365590773d484b2257869671e8f7626c1337 (patch) | |
tree | 8f99e437adeec4cb137d960530f173799daa3ee3 /chapter06 | |
parent | 1c505834e90ba909004646bdb2035f3b44d0ed6e (diff) |
Upgrade to IPRoute2-3.8.0. Fixes #3291.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10168 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/iproute2.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chapter06/iproute2.xml b/chapter06/iproute2.xml index b912ca4db..b10288014 100644 --- a/chapter06/iproute2.xml +++ b/chapter06/iproute2.xml @@ -53,6 +53,9 @@ sed -i /ARPD/d Makefile sed -i 's/arpd.8//' man/man8/Makefile</userinput></screen> + <para>Remove a compiler flag that causes the compilation to fail:</para> +<screen><userinput remap="pre">sed -i 's/-Werror//' Makefile</userinput></screen> + <para>Compile the package:</para> <screen><userinput remap="make">make DESTDIR=</userinput></screen> |