diff options
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/iproute2.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chapter06/iproute2.xml b/chapter06/iproute2.xml index b10288014..04b828b5b 100644 --- a/chapter06/iproute2.xml +++ b/chapter06/iproute2.xml @@ -53,8 +53,10 @@ sed -i /ARPD/d Makefile sed -i 's/arpd.8//' man/man8/Makefile</userinput></screen> +<!-- Save as comments for now <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> |