diff options
Diffstat (limited to 'chapter06/iproute2.xml')
-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> |